Restore MD5-SHA1 in legacy method database
authorRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2019 14:07:41 +0000 (16:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2019 14:07:41 +0000 (16:07 +0200)
commit9ff872e8a325651935cf1a42dc573bb6760fa0f8
tree7ccc71e8d6fd7f8db591d42b30e6dd50f93ad2b3
parenta80caef5583d64460903656c0bdca612bd52fba5
Restore MD5-SHA1 in legacy method database

If we remove these, the functions EVP_get_digestbyname() and
EVP_get_cipherbyname() will stop working entirely, and it's too early
to criple them yet.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10176)
crypto/evp/c_alld.c