OSSL_trace_get_category_num

Map a trace category name to its OSSL_TRACE_CATEGORY_* number.

Synopsis

Declared in <openssl/trace.h>

int
OSSL_trace_get_category_num(char const* name);

Return Value

Category number, or -1 if name is unknown.

Parameters

NameDescription
nameCategory name such as "TRACE", "TLS", or "ALL".