EVP_KDF_CTX_free

Free a KDF context and its associated state.

Synopsis

Declared in <openssl/kdf.h>

void
EVP_KDF_CTX_free(EVP_KDF_CTX* ctx);

Parameters

NameDescription
ctxContext to free, or NULL.