OPENSSL_LH_stats

Print summary statistics for an LHASH to fp (deprecated).

Synopsis

Declared in <openssl/lhash.h>

[[deprecated]]
void
OPENSSL_LH_stats(
    OPENSSL_LHASH const* lh,
    FILE* fp);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
lhHash table to describe.
fpOutput stream.