[#OSSL_trace_set_suffix] = OSSL_trace_set_suffix :mrdocs: Set the text printed after each trace group for `category.` == Synopsis Declared in `<openssl/trace.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int OSSL_trace_set_suffix( int category, char const* suffix); ---- == Return Value 1 on success, or 0 on failure. == Parameters [cols="1,4"] |=== | Name| Description | *category* | OSSL_TRACE_CATEGORY_* value selecting the channel. | *suffix* | Suffix string, or NULL to clear any existing suffix. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#