diff options
-rw-r--r-- | src/lib/libcrypto/opensslfeatures.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/lib/libcrypto/opensslfeatures.h b/src/lib/libcrypto/opensslfeatures.h index 0c0caa9f89..1e087f9c23 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: opensslfeatures.h,v 1.39 2023/07/06 06:38:01 beck Exp $ */ | ||
1 | /* | 2 | /* |
2 | * Feature flags for LibreSSL... so you can actually tell when things | 3 | * Feature flags for LibreSSL... so you can actually tell when things |
3 | * are enabled, rather than not being able to tell when things are | 4 | * are enabled, rather than not being able to tell when things are |
@@ -52,8 +53,10 @@ | |||
52 | /* #define OPENSSL_NO_DSA */ | 53 | /* #define OPENSSL_NO_DSA */ |
53 | /* #define OPENSSL_NO_DSO */ | 54 | /* #define OPENSSL_NO_DSO */ |
54 | /* #define OPENSSL_NO_DTLS */ | 55 | /* #define OPENSSL_NO_DTLS */ |
55 | /* #define OPENSSL_NO_DTLS1 */ | 56 | #define OPENSSL_NO_DTLS1 |
56 | /* #define OPENSSL_NO_DTLS1_2 */ | 57 | #ifndef LIBRESSL_HAS_DTLS1_2 |
58 | #define OPENSSL_NO_DTLS1_2 | ||
59 | #endif | ||
57 | /* #define OPENSSL_NO_DTLS1_2_METHOD */ | 60 | /* #define OPENSSL_NO_DTLS1_2_METHOD */ |
58 | /* #define OPENSSL_NO_DTLS1_METHOD */ | 61 | /* #define OPENSSL_NO_DTLS1_METHOD */ |
59 | #define OPENSSL_NO_DYNAMIC_ENGINE | 62 | #define OPENSSL_NO_DYNAMIC_ENGINE |