prov: prefix all OSSL_DISPATCH tables names with ossl_
[openssl.git] / providers / implementations / kem / rsa_kem.c
index c6f95dc017050cabed0e2ff69dc93a380ec72c1e..39ee9f4bacc3be73d0d1f3ed45520b37474b852d 100644 (file)
@@ -334,7 +334,7 @@ static int rsakem_recover(void *vprsactx, unsigned char *out, size_t *outlen,
     }
 }
 
-const OSSL_DISPATCH rsa_asym_kem_functions[] = {
+const OSSL_DISPATCH ossl_rsa_asym_kem_functions[] = {
     { OSSL_FUNC_KEM_NEWCTX, (void (*)(void))rsakem_newctx },
     { OSSL_FUNC_KEM_ENCAPSULATE_INIT,
       (void (*)(void))rsakem_encapsulate_init },