[#OPENSSL_LH_set_down_load] = OPENSSL_LH_set_down_load :mrdocs: Set the load factor threshold that triggers LHASH contraction. == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OPENSSL_LH_set_down_load( xref:OPENSSL_LHASH.adoc[OPENSSL_LHASH]* lh, unsigned long down_load); ---- == Parameters [cols="1,4"] |=== | Name| Description | *lh* | Hash table to update. | *down_load* | New down_load threshold. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#