OSSL_trace_set_suffix

Set the text printed after each trace group for category.

Synopsis

Declared in <openssl/trace.h>

int
OSSL_trace_set_suffix(
    int category,
    char const* suffix);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
categoryOSSL_TRACE_CATEGORY_* value selecting the channel.
suffixSuffix string, or NULL to clear any existing suffix.