Set the text printed after each trace group for category.
Declared in <openssl/trace.h>
int
OSSL_trace_set_suffix(
int category,
char const* suffix);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| category | OSSL_TRACE_CATEGORY_* value selecting the channel. |
| suffix | Suffix string, or NULL to clear any existing suffix. |