[#DH_get0_g] = DH_get0_g :mrdocs: Return the generator g stored in a DH object (deprecated). == Synopsis Declared in `<openssl/dh.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:BIGNUM.adoc[BIGNUM] const* DH_get0_g(xref:DH.adoc[DH] const* dh); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Internal BIGNUM pointer (do not free), or NULL if unset. == Parameters [cols="1,4"] |=== | Name| Description | *dh* | DH object to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#