Free a MAC context and its associated resources.
Synopsis
Declared in <openssl/evp.h>
void
EVP_MAC_CTX_free(EVP_MAC_CTX* ctx);
Parameters
Name |
Description |
ctx |
Context to free; NULL is ignored. |
Created with MrDocs