]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/macs/blake2s_mac.c
prov: prefix all OSSL_DISPATCH tables names with ossl_
[thirdparty/openssl.git] / providers / implementations / macs / blake2s_mac.c
index ccd70355237a3787108dfe81928cee0a78dce7ad..0c8281dbed01b68c80555f067d7fe7f8dfe0b66a 100644 (file)
@@ -26,6 +26,6 @@
 #define BLAKE2_PARAM_SET_SALT blake2s_param_set_salt
 
 /* OSSL_DISPATCH symbol */
-#define BLAKE2_FUNCTIONS blake2smac_functions
+#define BLAKE2_FUNCTIONS ossl_blake2smac_functions
 
 #include "blake2_mac_impl.c"