From e7ce5d5909118b587fba8cdd9a6dfb52a6099e81 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Tue, 25 Dec 2018 18:25:16 +0300 Subject: [PATCH] Typo --- gost_omac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost_omac.c b/gost_omac.c index b4a4ed2..91e9a48 100644 --- a/gost_omac.c +++ b/gost_omac.c @@ -132,7 +132,7 @@ static int omac_key(OMAC_CTX * c, const EVP_CIPHER *cipher, { int ret = 0; - CMAC_CTX_free(c->cmac_ctx);, + CMAC_CTX_free(c->cmac_ctx); c->cmac_ctx = CMAC_CTX_new(); if (c->cmac_ctx == NULL) { GOSTerr(GOST_F_OMAC_KEY, ERR_R_MALLOC_FAILURE); -- 2.39.2