OPENSSL_LH_set_down_load

Set the load factor threshold that triggers LHASH contraction.

Synopsis

Declared in <openssl/lhash.h>

void
OPENSSL_LH_set_down_load(
    OPENSSL_LHASH* lh,
    unsigned long down_load);

Parameters

NameDescription
lhHash table to update.
down_loadNew down_load threshold.