Print summary statistics for a hash table to a BIO (deprecated).
Declared in <openssl/lhash.h>
[[deprecated]]
void
OPENSSL_LH_stats_bio(
OPENSSL_LHASH const* lh,
BIO* out);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| lh | Hash table to describe. |
| out | BIO that receives the human-readable report. |