Move BLAKE2 MACs to the providers
[openssl.git] / providers / common / include / internal / provider_algs.h
index 741b07b75007081f297606f9ae3ee8540da52b69..c35230758ef44a5c8cc53bad82a778b8bce6540b 100644 (file)
@@ -66,6 +66,10 @@ extern const OSSL_DISPATCH aria192gcm_functions[];
 extern const OSSL_DISPATCH aria128gcm_functions[];
 #endif /* OPENSSL_NO_ARIA */
 
+/* MACs */
+extern const OSSL_DISPATCH blake2bmac_functions[];
+extern const OSSL_DISPATCH blake2smac_functions[];
+
 /* Key management */
 extern const OSSL_DISPATCH dh_keymgmt_functions[];