OSSL_ENCODER_up_ref

Increment the reference count of a fetched encoder.

Synopsis

Declared in <openssl/encoder.h>

int
OSSL_ENCODER_up_ref(OSSL_ENCODER* encoder);

Return Value

1 on success, or 0 on error.

Parameters

NameDescription
encoderEncoder whose reference count is increased.