Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
[openssl.git] / include / crypto / bn.h
index 6652760aa270710056f503a657503947af861cd2..c1d5b2b3ec03bd102419edf0cd1abdfdf900f4e2 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);
 
-OSSL_LIB_CTX *bn_get_lib_ctx(BN_CTX *ctx);
+OSSL_LIB_CTX *bn_get_libctx(BN_CTX *ctx);
 
 extern const BIGNUM bn_inv_sqrt_2;