HMAC_CTX_free

Free an HMAC context.

Synopsis

Declared in <openssl/hmac.h>

[[deprecated]]
void
HMAC_CTX_free(HMAC_CTX* ctx);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
ctxContext to free, or NULL.