OPENSSL_LH_free

Free an LHASH table structure (does not free the caller-owned entries).

Synopsis

Declared in <openssl/lhash.h>

void
OPENSSL_LH_free(OPENSSL_LHASH* lh);

Parameters

NameDescription
lhHash table to free, or NULL.