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

Name

Description

dhm

Method to free; NULL is ignored.

Created with MrDocs