X-Git-Url: http://wagner.pp.ru/gitweb/?a=blobdiff_plain;f=gost_omac.c;h=91e9a48b5794ac0c1eb075de3dea21f8aaaf2b09;hb=13ae67e29336182a2cd5718b56155216f0e3ddf5;hp=b4a4ed2baa4dba44fa09bcdae3dd35a044610fae;hpb=5639e179f1e378cd96336e639fa1eaceffc37521;p=openssl-gost%2Fengine.git 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);