OPENSSL_LH_flush

Remove and free all entries from an LHASH without freeing the table itself.

Synopsis

Declared in <openssl/lhash.h>

void
OPENSSL_LH_flush(OPENSSL_LHASH* lh);

Parameters

NameDescription
lhHash table to empty.