prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / rands / drbg_hash.c
index 014b080f3782cd4509c271268da7a2d6db18a109..e420d70d55620f30a03713cb7988fea65adef010 100644 (file)
@@ -498,7 +498,7 @@ static const OSSL_PARAM *drbg_hash_settable_ctx_params(ossl_unused void *p_ctx)
     return known_settable_ctx_params;
 }
 
-const OSSL_DISPATCH drbg_hash_functions[] = {
+const OSSL_DISPATCH ossl_drbg_hash_functions[] = {
     { OSSL_FUNC_RAND_NEWCTX, (void(*)(void))drbg_hash_new_wrapper },
     { OSSL_FUNC_RAND_FREECTX, (void(*)(void))drbg_hash_free },
     { OSSL_FUNC_RAND_INSTANTIATE,