]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa_lib.c
PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation
[thirdparty/openssl.git] / crypto / rsa / rsa_lib.c
index d1fee590a8b72b782f3b47a7251e63fe1b135a1b..466115f7a0fc8248685043ea3e8e95e2807467df 100644 (file)
@@ -184,6 +184,11 @@ int RSA_up_ref(RSA *r)
     return i > 1 ? 1 : 0;
 }
 
+OPENSSL_CTX *rsa_get0_libctx(RSA *r)
+{
+    return r->libctx;
+}
+
 #ifndef FIPS_MODULE
 int RSA_set_ex_data(RSA *r, int idx, void *arg)
 {