prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / exchange / dh_exch.c
index 9e0860870fa87e97ccc3c6d9cddda21b0e8b3e97..9e65934bdc204d287daadd2217ddafc056b5f8ef 100644 (file)
@@ -460,7 +460,7 @@ static int dh_get_ctx_params(void *vpdhctx, OSSL_PARAM params[])
     return 1;
 }
 
-const OSSL_DISPATCH dh_keyexch_functions[] = {
+const OSSL_DISPATCH ossl_dh_keyexch_functions[] = {
     { OSSL_FUNC_KEYEXCH_NEWCTX, (void (*)(void))dh_newctx },
     { OSSL_FUNC_KEYEXCH_INIT, (void (*)(void))dh_init },
     { OSSL_FUNC_KEYEXCH_DERIVE, (void (*)(void))dh_derive },