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

Name

Description

signature

Signature algorithm object to free, or NULL (no‐op).

Created with MrDocs