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