[#OSSL_trace_end] = OSSL_trace_end :mrdocs: End a locked trace output group and release the trace BIO channel. == Synopsis Declared in `<openssl/trace.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void OSSL_trace_end( int category, xref:BIO.adoc[BIO]* channel); ---- == Parameters [cols="1,4"] |=== | Name| Description | *category* | OSSL_TRACE_CATEGORY_* value passed to OSSL_trace_begin(). | *channel* | BIO returned by OSSL_trace_begin() for the same `category.` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#