Return the second prime factor (q) of an RSA key without transferring ownership.
Declared in <openssl/rsa.h>
<openssl/rsa.h>
[[deprecated]] BIGNUM const* RSA_get0_q(RSA const* d);
Deprecated. Use of this entity is allowed but discouraged.
Internal BIGNUM for q, or NULL if unset.