OSSL_trace_end

End a locked trace output group and release the trace BIO channel.

Synopsis

Declared in <openssl/trace.h>

void
OSSL_trace_end(
    int category,
    BIO* channel);

Parameters

NameDescription
categoryOSSL_TRACE_CATEGORY_* value passed to OSSL_trace_begin().
channelBIO returned by OSSL_trace_begin() for the same category.