Make the EC code available from inside the FIPS provider
[openssl.git] / crypto / include / internal / bn_int.h
index 4fcbb14502530bd68d03ce9d288b5dc5b0621a77..cb8b17662a5f56fa969d948c64a2155e0b6ef92c 100644 (file)
@@ -110,4 +110,5 @@ 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);
 #endif