DH_get0_g
const BIGNUM *DH_get0_g(const DH *dh);
LCRYPTO_ALIAS(DH_get0_g);
LCRYPTO_USED(DH_get0_g);
if ((dh_g_len = BN_num_bytes(DH_get0_g(dh))) <= 0)
if (BN_bn2bin(DH_get0_g(dh), data) != dh_g_len)
if ((g = BN_dup(DH_get0_g(dh_params))) == NULL)
if (!BN_print_fp(stdout, DH_get0_g(dh)))