Move BLAKE2 digests completely to the default provider
authorRichard Levitte <levitte@openssl.org>
Tue, 4 Jun 2019 11:43:31 +0000 (13:43 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 17 Oct 2019 16:49:38 +0000 (18:49 +0200)
commit8c77d45adab101f10b323de3d59fb47b8f8d3a93
tree144e496895262b6909f8de8b2aa4f8392bf4eb96
parent651101e18d66b2ae89851ce8906299e9d2a871e0
Move BLAKE2 digests completely to the default provider

This leaves minimal implementations of EVP_blake2b512 and EVP_blake2s256,
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/9075)
crypto/blake2/build.info [deleted file]
crypto/blake2/m_blake2s.c [deleted file]
crypto/build.info
crypto/evp/build.info
crypto/evp/legacy_blake2.c [moved from crypto/blake2/m_blake2b.c with 60% similarity]