]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/implementations/rands/test_rng.c
prov: prefix all OSSL_DISPATCH tables names with ossl_
[thirdparty/openssl.git] / providers / implementations / rands / test_rng.c
index b2370e46f2b43bda33904d32592eb6637d5b562f..b6ec7b104a39ce0ff6d23ff52a5c960929931426 100644 (file)
@@ -299,7 +299,7 @@ static void *test_rng_new_wrapper(void *provctx, void *parent,
                               &test_rng_generate);
 }
 
-const OSSL_DISPATCH test_rng_functions[] = {
+const OSSL_DISPATCH ossl_test_rng_functions[] = {
     { OSSL_FUNC_RAND_NEWCTX, (void(*)(void))test_rng_new_wrapper },
     { OSSL_FUNC_RAND_FREECTX, (void(*)(void))test_rng_free },
     { OSSL_FUNC_RAND_INSTANTIATE,