]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/crypto/rsa.h
Make the RSA ASYM_CIPHER implementation available inside the FIPS module
[thirdparty/openssl.git] / include / crypto / rsa.h
index c3763d1e1f1c4edc86092c0a870f7dc5f7fdaf30..97fd0f7aadde1ee07f1509bc742cb0a275ad12ea 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <openssl/rsa.h>
 
+RSA *rsa_new_with_ctx(OPENSSL_CTX *libctx);
+
 int rsa_set0_all_params(RSA *r, const STACK_OF(BIGNUM) *primes,
                         const STACK_OF(BIGNUM) *exps,
                         const STACK_OF(BIGNUM) *coeffs);