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
Name |
Description |
encoder |
Encoder whose reference count is increased. |
Created with MrDocs