diff options
author | tb <> | 2021-03-31 16:59:32 +0000 |
---|---|---|
committer | tb <> | 2021-03-31 16:59:32 +0000 |
commit | 5b46ea706824f271994a8e6eb2da25b4001fd4e7 (patch) | |
tree | 7fc9a2f9697b2baf17edacea4b0ba9baf7f6c5a7 /src/lib/libcrypto | |
parent | 9dc4e18bb8f3e7f98db4b8f92f512c88bf9b347c (diff) | |
download | openbsd-5b46ea706824f271994a8e6eb2da25b4001fd4e7.tar.gz openbsd-5b46ea706824f271994a8e6eb2da25b4001fd4e7.tar.bz2 openbsd-5b46ea706824f271994a8e6eb2da25b4001fd4e7.zip |
Expose various DTLSv1.2 specific functions and defines
ok bcook inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 9684276b72..20696d3d91 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -4,6 +4,7 @@ | |||
4 | * enabled (or possibly not yet not implemented, or removed!). | 4 | * enabled (or possibly not yet not implemented, or removed!). |
5 | */ | 5 | */ |
6 | /* #define LIBRESSL_HAS_TLS1_3 */ | 6 | /* #define LIBRESSL_HAS_TLS1_3 */ |
7 | /* #define LIBRESSL_HAS_DTLS1_2 */ | ||
7 | 8 | ||
8 | #define OPENSSL_THREADS | 9 | #define OPENSSL_THREADS |
9 | 10 | ||