X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fc_allm.c;h=e3e03e1261f010ee7661b831001adae97f5497b8;hp=2cc06942219aa73a4a13f10874c1c39e643999fd;hb=d1ad7c834e10543b3d1ecb36ccbd110384063b8f;hpb=4a8b0c55c0b149a266b4ec61ef643027b6408475;ds=sidebyside diff --git a/crypto/evp/c_allm.c b/crypto/evp/c_allm.c index 2cc0694221..e3e03e1261 100644 --- a/crypto/evp/c_allm.c +++ b/crypto/evp/c_allm.c @@ -12,6 +12,9 @@ void openssl_add_all_macs_int(void) { +#ifndef OPENSSL_NO_BLAKE2 + EVP_add_mac(&blake2b_mac_meth); +#endif #ifndef OPENSSL_NO_CMAC EVP_add_mac(&cmac_meth); #endif