summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_allm.c
diff options
context:
space:
mode:
authorAntoine Salon <asalon@vmware.com>2018-12-20 15:36:07 -0800
committerMatt Caswell <matt@openssl.org>2019-02-06 09:18:43 +0000
commit33e113b0cbd9a0845f6f8a63e8aad558a897cac6 (patch)
tree8c6f645f52ea7d97455d8e0c1f64f4b7d73d16fd /crypto/evp/c_allm.c
parent13b3cd7bc77d5d9297a755727100aee22d3e22b6 (diff)
blake2: backport changes to blake2s
Signed-off-by: Antoine Salon <asalon@vmware.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7726)
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);