Free a cipher context and any associated resources.

Synopsis

Declared in <openssl/evp.h>

void
EVP_CIPHER_CTX_free(EVP_CIPHER_CTX* c);

Parameters

Name

Description

c

Context to free; NULL is ignored.

Created with MrDocs