summaryrefslogtreecommitdiffstats
path: root/test/rsa_mp_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/rsa_mp_test.c')
-rw-r--r--test/rsa_mp_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rsa_mp_test.c b/test/rsa_mp_test.c
index 4e82780b8e..0f3db5d4da 100644
--- a/test/rsa_mp_test.c
+++ b/test/rsa_mp_test.c
@@ -231,7 +231,7 @@ static int key2048p3_v2(RSA *key)
|| !TEST_int_ne(sk_BIGNUM_push(coeffs, num), 0))
goto err;
- if (!TEST_true(rsa_set0_all_params(key, primes, exps, coeffs)))
+ if (!TEST_true(ossl_rsa_set0_all_params(key, primes, exps, coeffs)))
goto err;
ret: