Return the DSA subgroup order q without duplicating it (deprecated).
Declared in <openssl/dsa.h>
<openssl/dsa.h>
[[deprecated]] BIGNUM const* DSA_get0_q(DSA const* d);
Deprecated. Use of this entity is allowed but discouraged.
Internal BIGNUM pointer for q, or NULL if unset; do not free.