Return the DH key referenced by pkey without incrementing its reference count (deprecated).
Declared in <openssl/evp.h>
[[deprecated]]
dh_st const*
EVP_PKEY_get0_DH(EVP_PKEY const* pkey);
Deprecated. Use of this entity is allowed but discouraged.
Internal DH pointer, or NULL if pkey is not a DH key; do not free the result.
| Name | Description |
|---|---|
| pkey | Key that must hold a DH key. |