diff options
Diffstat (limited to 'src/lib/libcrypto/opensslfeatures.h')
-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 aecc872d45..f5d451621d 100644 --- a/src/lib/libcrypto/opensslfeatures.h +++ b/src/lib/libcrypto/opensslfeatures.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: opensslfeatures.h,v 1.43 2024/03/02 11:25:46 tb Exp $ */ | 1 | /* $OpenBSD: opensslfeatures.h,v 1.44 2024/08/31 10:38:49 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Feature flags for LibreSSL... so you can actually tell when things | 3 | * Feature flags for LibreSSL... so you can actually tell when things |
4 | * 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 |
@@ -140,7 +140,7 @@ | |||
140 | /* #define OPENSSL_NO_UNIT_TEST */ | 140 | /* #define OPENSSL_NO_UNIT_TEST */ |
141 | /* #define OPENSSL_NO_UNIX_SOCK */ | 141 | /* #define OPENSSL_NO_UNIX_SOCK */ |
142 | /* #define OPENSSL_NO_WEAK_SSL_CIPHERS */ | 142 | /* #define OPENSSL_NO_WEAK_SSL_CIPHERS */ |
143 | /* #define OPENSSL_NO_WHIRLPOOL */ | 143 | #define OPENSSL_NO_WHIRLPOOL |
144 | /* #define OPENSSL_NO_WINSTORE */ | 144 | /* #define OPENSSL_NO_WINSTORE */ |
145 | #define OPENSSL_NO_ZLIB | 145 | #define OPENSSL_NO_ZLIB |
146 | /* #define OPENSSL_NO_ZSTD */ | 146 | /* #define OPENSSL_NO_ZSTD */ |