summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_allm.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/c_allm.c')
-rw-r--r--crypto/evp/c_allm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/evp/c_allm.c b/crypto/evp/c_allm.c
index e3e03e1261..f5442dfa6c 100644
--- a/crypto/evp/c_allm.c
+++ b/crypto/evp/c_allm.c
@@ -14,6 +14,7 @@ void openssl_add_all_macs_int(void)
{
#ifndef OPENSSL_NO_BLAKE2
EVP_add_mac(&blake2b_mac_meth);
+ EVP_add_mac(&blake2s_mac_meth);
#endif
#ifndef OPENSSL_NO_CMAC
EVP_add_mac(&cmac_meth);