aboutsummaryrefslogtreecommitdiff
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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/evp/c_allm.c b/crypto/evp/c_allm.c
index d5eb858..862b639 100644
--- a/crypto/evp/c_allm.c
+++ b/crypto/evp/c_allm.c
@@ -12,4 +12,7 @@
void openssl_add_all_macs_int(void)
{
+#ifndef OPENSSL_NO_CMAC
+ EVP_add_mac(&cmac_meth);
+#endif
}