Allocate a DH object with the RFC 5114 1024-bit MODP group using a 160-bit subgroup (deprecated).
Declared in <openssl/dh.h>
<openssl/dh.h>
[[deprecated]] DH* DH_get_1024_160();
Deprecated. Use of this entity is allowed but discouraged.
New DH with p, q, and g set, or NULL on allocation failure.