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

Name

Description

category

OSSL_TRACE_CATEGORY_* value passed to OSSL_trace_begin().

channel

BIO returned by OSSL_trace_begin() for the same category.

Created with MrDocs