summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/evp/c_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/crypto/evp/c_all.c')
-rw-r--r--lib/libssl/src/crypto/evp/c_all.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/evp/c_all.c b/lib/libssl/src/crypto/evp/c_all.c
index 5f9df3a7ad8..6568f2ba5a9 100644
--- a/lib/libssl/src/crypto/evp/c_all.c
+++ b/lib/libssl/src/crypto/evp/c_all.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: c_all.c,v 1.17 2015/06/20 01:07:24 doug Exp $ */
+/* $OpenBSD: c_all.c,v 1.18 2015/09/13 21:09:56 doug Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -238,8 +238,7 @@ OpenSSL_add_all_digests(void)
EVP_add_digest_alias(SN_md5, "ssl3-md5");
#endif
-#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA0)
- EVP_add_digest(EVP_sha());
+#if !defined(OPENSSL_NO_SHA)
#ifndef OPENSSL_NO_DSA
EVP_add_digest(EVP_dss());
#endif