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 2bcd9dc9b5..2b9d442d6b 100644
--- a/crypto/evp/c_allm.c
+++ b/crypto/evp/c_allm.c
@@ -15,6 +15,7 @@ void openssl_add_all_macs_int(void)
#ifndef OPENSSL_NO_CMAC
EVP_add_mac(&cmac_meth);
#endif
+ EVP_add_mac(&gmac_meth);
EVP_add_mac(&hmac_meth);
#ifndef OPENSSL_NO_SIPHASH
EVP_add_mac(&siphash_meth);