Free a KDF context and its associated state.

Synopsis

Declared in <openssl/kdf.h>

void
EVP_KDF_CTX_free(EVP_KDF_CTX* ctx);

Parameters

Name

Description

ctx

Context to free, or NULL.

Created with MrDocs