Return the EVP_MAC associated with a MAC context.
Declared in <openssl/evp.h>
<openssl/evp.h>
EVP_MAC* EVP_MAC_CTX_get0_mac(EVP_MAC_CTX* ctx);
Internal EVP_MAC pointer (do not free), or NULL if unset.