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 330e01e0e6..57f8753ced 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.44 2015/02/10 11:45:09 jsing Exp $ */ 1/* $OpenBSD: evp.h,v 1.45 2015/06/20 01:07:24 doug 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 *
@@ -669,9 +669,6 @@ const EVP_MD *EVP_sha256(void);
669const EVP_MD *EVP_sha384(void); 669const EVP_MD *EVP_sha384(void);
670const EVP_MD *EVP_sha512(void); 670const EVP_MD *EVP_sha512(void);
671#endif 671#endif
672#ifndef OPENSSL_NO_MDC2
673const EVP_MD *EVP_mdc2(void);
674#endif
675#ifndef OPENSSL_NO_RIPEMD 672#ifndef OPENSSL_NO_RIPEMD
676const EVP_MD *EVP_ripemd160(void); 673const EVP_MD *EVP_ripemd160(void);
677#endif 674#endif