[#DH_get_2048_256] = DH_get_2048_256 :mrdocs: Allocate a DH object with the RFC 5114 2048‐bit MODP group using a 256‐bit subgroup (deprecated). == Synopsis Declared in `<openssl/dh.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:DH.adoc[DH]* DH_get_2048_256(); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value New DH with p, q, and g set, or NULL on allocation failure. [.small]#Created with https://www.mrdocs.com[MrDocs]#