prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / rands / drbg_ctr.c
index fdb3d46f1f5c428397db41d7f8085fae47b6ab20..a13582f6a2f4a557bbcd7338e98292348379d506 100644 (file)
@@ -735,7 +735,7 @@ static const OSSL_PARAM *drbg_ctr_settable_ctx_params(ossl_unused void *provctx)
     return known_settable_ctx_params;
 }
 
-const OSSL_DISPATCH drbg_ctr_functions[] = {
+const OSSL_DISPATCH ossl_drbg_ctr_functions[] = {
     { OSSL_FUNC_RAND_NEWCTX, (void(*)(void))drbg_ctr_new_wrapper },
     { OSSL_FUNC_RAND_FREECTX, (void(*)(void))drbg_ctr_free },
     { OSSL_FUNC_RAND_INSTANTIATE,