From: Dmitry Belyavskiy Date: Tue, 25 Dec 2018 15:25:16 +0000 (+0300) Subject: Typo X-Git-Tag: v3.0.0~322 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=inline;h=e7ce5d5909118b587fba8cdd9a6dfb52a6099e81;p=openssl-gost%2Fengine.git Typo --- 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);