OSSL_ENCODER_free

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

Synopsis

Declared in <openssl/encoder.h>

void
OSSL_ENCODER_free(OSSL_ENCODER* encoder);

Parameters

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