rsa: add ossl_ prefix to internal rsa_ calls.
[openssl.git] / providers / common / securitycheck.c
index 9a425fb630a516e0bca5a1caa2fc761f06933727..a95fa9dda936779bf820bb5ea366eecbb320f508 100644 (file)
@@ -25,7 +25,7 @@
  * Set protect = 1 for encryption or signing operations, or 0 otherwise. See
  * https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-131Ar2.pdf.
  */
-int rsa_check_key(const RSA *rsa, int protect)
+int ossl_rsa_check_key(const RSA *rsa, int protect)
 {
 #if !defined(OPENSSL_NO_FIPS_SECURITYCHECKS)
     if (securitycheck_enabled()) {