Return the bit length of an RSA modulus (deprecated; use EVP_PKEY_get_bits).
Declared in <openssl/rsa.h>
<openssl/rsa.h>
[[deprecated]] int RSA_bits(RSA const* rsa);
Deprecated. Use of this entity is allowed but discouraged.
Number of significant bits in the modulus n.