EVP_MAC_CTX_free

Free a MAC context and its associated resources.

Synopsis

Declared in <openssl/evp.h>

void
EVP_MAC_CTX_free(EVP_MAC_CTX* ctx);

Parameters

NameDescription
ctxContext to free; NULL is ignored.