summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/c_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/c_all.c')
-rw-r--r--src/lib/libcrypto/evp/c_all.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/evp/c_all.c b/src/lib/libcrypto/evp/c_all.c
index 5f9df3a7ad..6568f2ba5a 100644
--- a/src/lib/libcrypto/evp/c_all.c
+++ b/src/lib/libcrypto/evp/c_all.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: c_all.c,v 1.17 2015/06/20 01:07:24 doug Exp $ */ 1/* $OpenBSD: c_all.c,v 1.18 2015/09/13 21:09:56 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 *
@@ -238,8 +238,7 @@ OpenSSL_add_all_digests(void)
238 EVP_add_digest_alias(SN_md5, "ssl3-md5"); 238 EVP_add_digest_alias(SN_md5, "ssl3-md5");
239#endif 239#endif
240 240
241#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA0) 241#if !defined(OPENSSL_NO_SHA)
242 EVP_add_digest(EVP_sha());
243#ifndef OPENSSL_NO_DSA 242#ifndef OPENSSL_NO_DSA
244 EVP_add_digest(EVP_dss()); 243 EVP_add_digest(EVP_dss());
245#endif 244#endif