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
Name |
Description |
lh |
Hash table to free, or NULL. |
Created with MrDocs