]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/macs/gmac_prov.c
prov: prefix all OSSL_DISPATCH tables names with ossl_
[thirdparty/openssl.git] / providers / implementations / macs / gmac_prov.c
index 1beb7c20b1bf1fa246037253306f78cf7149d5d8..6f3528458740d281f597b17ad49d16aeaa77a210 100644 (file)
@@ -224,7 +224,7 @@ static int gmac_set_ctx_params(void *vmacctx, const OSSL_PARAM params[])
     return 1;
 }
 
-const OSSL_DISPATCH gmac_functions[] = {
+const OSSL_DISPATCH ossl_gmac_functions[] = {
     { OSSL_FUNC_MAC_NEWCTX, (void (*)(void))gmac_new },
     { OSSL_FUNC_MAC_DUPCTX, (void (*)(void))gmac_dup },
     { OSSL_FUNC_MAC_FREECTX, (void (*)(void))gmac_free },