OSSL_DECODER_free

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

NameDescription
encoderDecoder to release, or NULL (no-op).