Free a DH object and decrement its reference count (deprecated).

Synopsis

Declared in <openssl/dh.h>

[[deprecated]]
void
DH_free(DH* dh);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

dh

Object to free; NULL is ignored. The structure is released when the last reference drops.

Created with MrDocs