diff options
author | Pauli <pauli@openssl.org> | 2021-05-31 06:27:48 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2021-06-02 08:30:15 +0200 |
commit | 407820c0e311efaafff7fdc8eafdff6e70f89eb2 (patch) | |
tree | 965081d1627a52f6c77863d41ddbf697a9f78b56 /ssl/build.info | |
parent | test: remove TODOs (diff) | |
download | openssl-407820c0e311efaafff7fdc8eafdff6e70f89eb2.tar.xz openssl-407820c0e311efaafff7fdc8eafdff6e70f89eb2.zip |
tls: remove TODOs
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)
Diffstat (limited to 'ssl/build.info')
-rw-r--r-- | ssl/build.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssl/build.info b/ssl/build.info index c17084b9ad..f2de0371ae 100644 --- a/ssl/build.info +++ b/ssl/build.info @@ -15,10 +15,10 @@ IF[{- !$disabled{ktls} -}] $KTLSSRC=ktls.c ENDIF -#TODO: For now we just include the libcrypto packet.c in libssl as well. We -# could either continue to do it like this, or export all the WPACKET -# symbols so that libssl can use them like any other. Probably would do -# this privately so it does not become part of the public API. +# For now we just include the libcrypto packet.c in libssl as well. We +# could either continue to do it like this, or export all the WPACKET +# symbols so that libssl can use them like any other. Probably would do +# this privately so it does not become part of the public API. SOURCE[../libssl]=\ pqueue.c ../crypto/packet.c \ statem/statem_srvr.c statem/statem_clnt.c s3_lib.c s3_enc.c record/rec_layer_s3.c \ |