Move HMAC to providers
[openssl.git] / providers / common / include / internal / provider_algs.h
index 74420bf1b3084bd73b7d88994fd9f2b6f968c0f0..579ec4117ab592b03cfb1a54f55892e9feb62130 100644 (file)
@@ -71,6 +71,7 @@ extern const OSSL_DISPATCH blake2bmac_functions[];
 extern const OSSL_DISPATCH blake2smac_functions[];
 extern const OSSL_DISPATCH cmac_functions[];
 extern const OSSL_DISPATCH gmac_functions[];
+extern const OSSL_DISPATCH hmac_functions[];
 
 /* Key management */
 extern const OSSL_DISPATCH dh_keymgmt_functions[];