DH_meth_free

Free a DH_METHOD structure and any associated memory (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
void
DH_meth_free(DH_METHOD* dhm);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
dhmMethod to free; NULL is ignored.