Print node-usage / collision statistics for an LHASH to fp (deprecated).
Declared in <openssl/lhash.h>
[[deprecated]]
void
OPENSSL_LH_node_usage_stats(
OPENSSL_LHASH const* lh,
FILE* fp);
Deprecated. Use of this entity is allowed but discouraged.
| Name | Description |
|---|---|
| lh | Hash table to describe. |
| fp | Output stream. |