diff options
author | tb <> | 2021-09-10 14:39:22 +0000 |
---|---|---|
committer | tb <> | 2021-09-10 14:39:22 +0000 |
commit | fed426daf732db48b1ff127a1953022c6c18f8da (patch) | |
tree | aadf1e7e434fc8ebc5dc059275d268394e0e8011 /src/lib | |
parent | ed3e0c370232178a46c8baadd04013068c697d0a (diff) | |
download | openbsd-fed426daf732db48b1ff127a1953022c6c18f8da.tar.gz openbsd-fed426daf732db48b1ff127a1953022c6c18f8da.tar.bz2 openbsd-fed426daf732db48b1ff127a1953022c6c18f8da.zip |
Uncomment LIBRESSL_HAS_{TLS1_3,DTLS1_2} in opensslfeatures.h
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 20696d3d91..ba80520c8e 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -3,8 +3,8 @@ | |||
3 | * are enabled, rather than not being able to tell when things are | 3 | * are enabled, rather than not being able to tell when things are |
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 | #define LIBRESSL_HAS_DTLS1_2 |
8 | 8 | ||
9 | #define OPENSSL_THREADS | 9 | #define OPENSSL_THREADS |
10 | 10 | ||