diff options
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r-- | src/lib/libcrypto/evp/evp.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h index 7c767758da..c2b81d0576 100644 --- a/src/lib/libcrypto/evp/evp.h +++ b/src/lib/libcrypto/evp/evp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: evp.h,v 1.136 2024/08/31 09:14:21 tb Exp $ */ | 1 | /* $OpenBSD: evp.h,v 1.137 2024/08/31 10:38:49 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -595,9 +595,6 @@ const EVP_MD *EVP_sm3(void); | |||
595 | #ifndef OPENSSL_NO_RIPEMD | 595 | #ifndef OPENSSL_NO_RIPEMD |
596 | const EVP_MD *EVP_ripemd160(void); | 596 | const EVP_MD *EVP_ripemd160(void); |
597 | #endif | 597 | #endif |
598 | #ifndef OPENSSL_NO_WHIRLPOOL | ||
599 | const EVP_MD *EVP_whirlpool(void); | ||
600 | #endif | ||
601 | const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */ | 598 | const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */ |
602 | #ifndef OPENSSL_NO_DES | 599 | #ifndef OPENSSL_NO_DES |
603 | const EVP_CIPHER *EVP_des_ecb(void); | 600 | const EVP_CIPHER *EVP_des_ecb(void); |