X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frsa%2Frsa.h;fp=crypto%2Frsa%2Frsa.h;h=543deaf572d2e381b740d8eddacc06d9f636637d;hp=41a052a3ee634d5aa89e21a3db651f7391a2f5a9;hb=2514fa79acba998c2a8d4e5a8288a5b3ae990377;hpb=4563da1d7c53e969e8d092d018795179bb648a7c diff --git a/crypto/rsa/rsa.h b/crypto/rsa/rsa.h index 41a052a3ee..543deaf572 100644 --- a/crypto/rsa/rsa.h +++ b/crypto/rsa/rsa.h @@ -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