提交 98279c16 编写于 作者: D Dr. Stephen Henson

Typo.

上级 a0cc46f8
......@@ -285,7 +285,7 @@ int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx,
if (len) {
(*block)(ctx->nonce.c,scratch.c,ctx->key);
for (i=0; i<len; ++len)
for (i=0; i<len; ++i)
ctx->cmac.c[i] ^= (out[i] = scratch.c[i]^inp[i]);
(*block)(ctx->cmac.c,ctx->cmac.c,ctx->key);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册