EVP_SIGNATURE_up_ref

Increment the reference count on a fetched EVP_SIGNATURE algorithm.

Synopsis

Declared in <openssl/evp.h>

int
EVP_SIGNATURE_up_ref(EVP_SIGNATURE* signature);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
signatureSignature algorithm from EVP_SIGNATURE_fetch().