Add functions returning security bits.
[openssl.git] / crypto / rsa / rsa.h
index 41a052a3ee634d5aa89e21a3db651f7391a2f5a9..543deaf572d2e381b740d8eddacc06d9f636637d 100644 (file)
@@ -307,6 +307,7 @@ struct rsa_st
 RSA *  RSA_new(void);
 RSA *  RSA_new_method(ENGINE *engine);
 int    RSA_size(const RSA *rsa);
+int    RSA_security_bits(const RSA *rsa);
 
 /* Deprecated version */
 #ifndef OPENSSL_NO_DEPRECATED