Move MD2, MD4 and MD5 digests completely to the providers
authorRichard Levitte <levitte@openssl.org>
Sun, 13 Oct 2019 12:44:54 +0000 (14:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 14 Oct 2019 15:54:41 +0000 (17:54 +0200)
commit3103a616dc6b3150eaec0000af767f268a647f6d
tree3315479999628b0793624655ef204a5161f80a8d
parent9f3c076b6d5b265d026ff7ed763d406a7e5a2170
Move MD2, MD4 and MD5 digests completely to the providers

This leaves minimal implementations of EVP_md2, EVP_md4, EVP_md5 and
EVP_mdc2, that are 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/10164)
crypto/evp/build.info
crypto/evp/legacy_md2.c [new file with mode: 0644]
crypto/evp/legacy_md4.c [new file with mode: 0644]
crypto/evp/legacy_md5.c [new file with mode: 0644]
crypto/evp/legacy_mdc2.c [new file with mode: 0644]
crypto/evp/m_md2.c [deleted file]
crypto/evp/m_md4.c [deleted file]
crypto/evp/m_md5.c [deleted file]
crypto/evp/m_mdc2.c [deleted file]