Map an OSSL_TRACE_CATEGORY_* number to its canonical name string.
Synopsis
Declared in <openssl/trace.h>
char const*
OSSL_trace_get_category_name(int num);
Return Value
Category name (for example "TLS"), or NULL if num is unrecognized.
Parameters
Name |
Description |
num |
Category number from OSSL_trace_get_category_num() or a OSSL_TRACE_CATEGORY_* constant. |
Created with MrDocs