prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / macs / blake2b_mac.c
index aa1a8dee1fa8c7b2426e7962dd00dcecb06eb93e..d2127b304c7bc1e7162f960af3cbdb38c284dd2d 100644 (file)
@@ -26,7 +26,7 @@
 #define BLAKE2_PARAM_SET_SALT blake2b_param_set_salt
 
 /* OSSL_DISPATCH symbol */
-#define BLAKE2_FUNCTIONS blake2bmac_functions
+#define BLAKE2_FUNCTIONS ossl_blake2bmac_functions
 
 #include "blake2_mac_impl.c"