Return the RSA private exponent d (deprecated).
Declared in <openssl/rsa.h>
<openssl/rsa.h>
[[deprecated]] BIGNUM const* RSA_get0_d(RSA const* d);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the internal private-exponent BIGNUM (do not free), or NULL if unset.