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

Name

Description

lh

Hash table to empty.

Created with MrDocs