]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bn/bn_lcl.h
Make the EC code available from inside the FIPS provider
[thirdparty/openssl.git] / crypto / bn / bn_lcl.h
index 160f2f5a079fbfb708340dda93a11ec6ab0c1f09..5ba96f2b193cc3a070e4f20fff2b6893530f5a5a 100644 (file)
@@ -668,6 +668,4 @@ static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits)
     return bn_expand2((a),(bits+BN_BITS2-1)/BN_BITS2);
 }
 
-OPENSSL_CTX *bn_get_lib_ctx(BN_CTX *ctx);
-
 #endif