[#OPENSSL_LH_stats_bio] = OPENSSL_LH_stats_bio :mrdocs: Print summary statistics for a hash table to a BIO (deprecated). == Synopsis Declared in `<openssl/lhash.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void OPENSSL_LH_stats_bio( xref:OPENSSL_LHASH.adoc[OPENSSL_LHASH] const* lh, xref:BIO.adoc[BIO]* out); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *lh* | Hash table to describe. | *out* | BIO that receives the human‐readable report. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#