Print summary statistics for a hash table to a BIO (deprecated).

Synopsis

Declared in <openssl/lhash.h>

[[deprecated]]
void
OPENSSL_LH_stats_bio(
    OPENSSL_LHASH const* lh,
    BIO* out);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Parameters

Name

Description

lh

Hash table to describe.

out

BIO that receives the human‐readable report.

Created with MrDocs