diff options
| author | tb <> | 2024-08-31 10:38:49 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 10:38:49 +0000 |
| commit | 74a335fca70cbc1c69a8939c41ad12d0a6414a99 (patch) | |
| tree | 2941574b73cc77c0a4b3f4e4b0f6c79c58dd1edd /src/lib/libcrypto/opensslfeatures.h | |
| parent | 4b2577fba1553fdbc04543a632170338ee2fff7d (diff) | |
| download | openbsd-74a335fca70cbc1c69a8939c41ad12d0a6414a99.tar.gz openbsd-74a335fca70cbc1c69a8939c41ad12d0a6414a99.tar.bz2 openbsd-74a335fca70cbc1c69a8939c41ad12d0a6414a99.zip | |
Nuke the whrlpool (named after the galaxy) from orbit
It's just gross. Only used by a popular disk encryption utility on an
all-too-popular OS one or two decades back.
ok beck jsing
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 */ |
