[#DH_check_ex] = DH_check_ex :mrdocs: Validate Diffie‐Hellman parameters and report problems via the error queue (deprecated). == Synopsis Declared in `<openssl/dh.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int DH_check_ex(xref:DH.adoc[DH] const* dh); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value 1 if the parameters look suitable, or 0 if checks fail (reasons are pushed to the error stack). == Parameters [cols="1,4"] |=== | Name| Description | *dh* | DH object whose domain parameters are checked. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#