]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rsa/rsa.h
Give DH, DSA, and RSA functions to "up" their reference counts. Otherwise,
[thirdparty/openssl.git] / crypto / rsa / rsa.h
index 488f6798fcaf46b7e2ecbe86e80745f8495c4162..9116a6e5679fbf56bb89f97057f05700609b3cf9 100644 (file)
@@ -199,6 +199,8 @@ int RSA_public_decrypt(int flen, const unsigned char *from,
 int    RSA_private_decrypt(int flen, const unsigned char *from, 
                unsigned char *to, RSA *rsa,int padding);
 void   RSA_free (RSA *r);
+/* "up" the RSA object's reference count */
+int    RSA_up(RSA *r);
 
 int    RSA_flags(const RSA *r);