Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
[openssl.git] / include / crypto / bn.h
index f2cb30de0a1caa49f29907f1e3505e5c8f7e3fff..6652760aa270710056f503a657503947af861cd2 100644 (file)
@@ -110,7 +110,7 @@ int bn_rsa_fips186_4_derive_prime(BIGNUM *Y, BIGNUM *X, const BIGNUM *Xin,
                                   const BIGNUM *r1, const BIGNUM *r2, int nlen,
                                   const BIGNUM *e, BN_CTX *ctx, BN_GENCB *cb);
 
-OPENSSL_CTX *bn_get_lib_ctx(BN_CTX *ctx);
+OSSL_LIB_CTX *bn_get_lib_ctx(BN_CTX *ctx);
 
 extern const BIGNUM bn_inv_sqrt_2;