EVP_PKEY_CTX_free

Free an EVP_PKEY_CTX and release associated resources.

Synopsis

Declared in <openssl/evp.h>

void
EVP_PKEY_CTX_free(EVP_PKEY_CTX* ctx);

Parameters

NameDescription
ctxKey context to free, or NULL.