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
Name |
Description |
lh |
Hash table to describe. |
fp |
Output stream. |
Created with MrDocs