Set the load factor threshold that triggers LHASH contraction.
Declared in <openssl/lhash.h>
void
OPENSSL_LH_set_down_load(
OPENSSL_LHASH* lh,
unsigned long down_load);
| Name | Description |
|---|---|
| lh | Hash table to update. |
| down_load | New down_load threshold. |