PR: 1965
Submitted by: David McCullough <david_mccullough@securecomputing.com> Approved by: steve@openssl.org Make sure defines to remove SHA are correct.
This commit is contained in:
parent
2b3cd246e5
commit
f2f50efea3
@ -81,7 +81,7 @@ void OpenSSL_add_all_digests(void)
|
||||
EVP_add_digest(EVP_dss());
|
||||
#endif
|
||||
#endif
|
||||
#ifndef OPENSSL_NO_SHA
|
||||
#if !defined(OPENSSL_NO_SHA) && !defined(OPENSSL_NO_SHA1)
|
||||
EVP_add_digest(EVP_sha1());
|
||||
EVP_add_digest_alias(SN_sha1,"ssl3-sha1");
|
||||
EVP_add_digest_alias(SN_sha1WithRSAEncryption,SN_sha1WithRSA);
|
||||
|
Loading…
x
Reference in New Issue
Block a user