Return the process‐wide default DH_METHOD (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
DH_METHOD const*
DH_get_default_method();
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the current default method.

Created with MrDocs