提交 8cfb6411 编写于 作者: A Andy Polyakov

engines/cchost/gost_crypt.c: fix typo.

上级 2c0093d2
......@@ -516,7 +516,7 @@ static void mac_block_mesh(struct ossl_gost_imit_ctx *c,const unsigned char *dat
cryptopro_key_meshing(&(c->cctx),buffer);
}
mac_block(&(c->cctx),c->buffer,data);
c->count = (c->count+1)%1024 + 1024;
c->count = (c->count+8)%1024 + 1024;
}
int gost_imit_update(EVP_MD_CTX *ctx, const void *data, size_t count)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册