summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-06-04 13:58:43 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-04 10:35:40 +0200
commitf50958b8c80ae267c02b2d534da8bde091010707 (patch)
tree34781fdd0ea9416f20864d9f545c9813cb24094b /crypto/evp/c_alld.c
parent29be6c8361aa1c898de6b98ad72fd2ccb6280441 (diff)
Move MD5-SHA1 digest completely to the default provider
This leaves minimal implementations of EVP_md5_sha1, which is now only there to provide a name for implicit fetches. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9076)
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r--crypto/evp/c_alld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index f7d62bd2ec..2f68eeb7cf 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -22,7 +22,6 @@ void openssl_add_all_digests_int(void)
#ifndef OPENSSL_NO_MD5
EVP_add_digest(EVP_md5());
EVP_add_digest_alias(SN_md5, "ssl3-md5");
- EVP_add_digest(EVP_md5_sha1());
#endif
EVP_add_digest(EVP_sha1());
EVP_add_digest_alias(SN_sha1, "ssl3-sha1");