[#DH_get0_engine] = DH_get0_engine :mrdocs: Return the ENGINE bound to a DH object, if any (deprecated). == Synopsis Declared in `<openssl/dh.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:ENGINE.adoc[ENGINE]* DH_get0_engine(xref:DH.adoc[DH]* d); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value ENGINE handle, or NULL when no ENGINE is set. == Parameters [cols="1,4"] |=== | Name| Description | *d* | DH object to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#