[#OPENSSL_LH_free] = OPENSSL_LH_free :mrdocs: Free an LHASH table structure (does not free the caller‐owned entries). == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_LH_free(xref:OPENSSL_LHASH.adoc[OPENSSL_LHASH]* lh); ---- == Parameters [cols="1,4"] |=== | Name| Description | *lh* | Hash table to free, or NULL. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#