Decrement the reference count of a fetched decoder and free it at zero.

Synopsis

Declared in <openssl/decoder.h>

void
OSSL_DECODER_free(OSSL_DECODER* encoder);

Parameters

Name

Description

encoder

Decoder to release, or NULL (no‐op).

Created with MrDocs