EVP_CIPHER_CTX_free

Free a cipher context and any associated resources.

Synopsis

Declared in <openssl/evp.h>

void
EVP_CIPHER_CTX_free(EVP_CIPHER_CTX* c);

Parameters

NameDescription
cContext to free; NULL is ignored.