EVP_SIGNATURE_free

Free a fetched EVP_SIGNATURE method and release its provider reference.

Synopsis

Declared in <openssl/evp.h>

void
EVP_SIGNATURE_free(EVP_SIGNATURE* signature);

Parameters

NameDescription
signatureSignature algorithm object to free, or NULL (no-op).