summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h5
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
596const EVP_MD *EVP_ripemd160(void); 596const EVP_MD *EVP_ripemd160(void);
597#endif 597#endif
598#ifndef OPENSSL_NO_WHIRLPOOL
599const EVP_MD *EVP_whirlpool(void);
600#endif
601const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */ 598const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */
602#ifndef OPENSSL_NO_DES 599#ifndef OPENSSL_NO_DES
603const EVP_CIPHER *EVP_des_ecb(void); 600const EVP_CIPHER *EVP_des_ecb(void);