Allocate and initialize an empty DH object (deprecated).
Declared in <openssl/dh.h>
<openssl/dh.h>
[[deprecated]] DH* DH_new();
Deprecated. Use of this entity is allowed but discouraged.
Prefer EVP_PKEY-based Diffie-Hellman APIs for new code.
New DH, or NULL on allocation failure.