Return the load factor threshold that triggers LHASH contraction.
Declared in <openssl/lhash.h>
unsigned long
OPENSSL_LH_get_down_load(OPENSSL_LHASH const* lh);
Current down_load value (items-per-bucket style threshold).
| Name | Description |
|---|---|
| lh | Hash table to query. |