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

Name

Description

signature

Signature algorithm from EVP_SIGNATURE_fetch().

Created with MrDocs