[#DH_security_bits] = DH_security_bits :mrdocs: Estimate the security strength in bits of a DH key's parameters (deprecated). == Synopsis Declared in `<openssl/dh.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] int DH_security_bits(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 Approximate security strength in bits, or 0 on error. == Parameters [cols="1,4"] |=== | Name| Description | *dh* | DH object whose prime size is assessed. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#