Return the public exponent e of an RSA key without transferring ownership (deprecated).
Declared in <openssl/rsa.h>
<openssl/rsa.h>
[[deprecated]] BIGNUM const* RSA_get0_e(RSA const* d);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the internal BIGNUM for e, or NULL if unset.