Return the private key BIGNUM stored in a DH object, if any.
Deprecated. Use of this entity is allowed but discouraged.
Deprecated; prefer EVP_PKEY_get_bn_param() / provider-based key APIs.
Internal pointer to the private key (do not free), or NULL if unset.
| Name | Description |
|---|---|
| dh | DH object to query. |