Latest update (add quic)
This commit is contained in:
@@ -31,9 +31,9 @@ static int cmac_size(const EVP_PKEY *pkey)
|
||||
static void cmac_key_free(EVP_PKEY *pkey)
|
||||
{
|
||||
EVP_MAC_CTX *cmctx = EVP_PKEY_get0(pkey);
|
||||
EVP_MAC *mac = cmctx == NULL ? NULL : EVP_MAC_CTX_mac(cmctx);
|
||||
EVP_MAC *mac = cmctx == NULL ? NULL : EVP_MAC_get_ctx_mac(cmctx);
|
||||
|
||||
EVP_MAC_CTX_free(cmctx);
|
||||
EVP_MAC_free_ctx(cmctx);
|
||||
EVP_MAC_free(mac);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user