DSA_get0_g

Return the DSA generator g without duplicating it (deprecated).

Synopsis

Declared in <openssl/dsa.h>

[[deprecated]]
BIGNUM const*
DSA_get0_g(DSA const* d);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Internal BIGNUM pointer for g, or NULL if unset; do not free.

Parameters

NameDescription
dDSA object to query.