[#OPENSSL_LH_flush] = OPENSSL_LH_flush :mrdocs: Remove and free all entries from an LHASH without freeing the table itself. == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_LH_flush(xref:OPENSSL_LHASH.adoc[OPENSSL_LHASH]* lh); ---- == Parameters [cols="1,4"] |=== | Name| Description | *lh* | Hash table to empty. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#