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

Name

Description

ctx

Context to free, or NULL.

Created with MrDocs