bn: rename bn_check_prime_int -> ossl_bn_check_primt
[openssl.git] / crypto / bn / bn_local.h
index 5a5829d73a7d876ecef09b4f891b3ec2df6f2f53..d9e99772917031bd63850fa781733295c3386168 100644 (file)
@@ -667,7 +667,7 @@ static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits)
     return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2);
 }
 
-int bn_check_prime_int(const BIGNUM *w, int checks, BN_CTX *ctx,
-                      int do_trial_division, BN_GENCB *cb);
+int ossl_bn_check_prime(const BIGNUM *w, int checks, BN_CTX *ctx,
+                        int do_trial_division, BN_GENCB *cb);
 
 #endif