From: Dr. Stephen Henson Date: Mon, 18 Apr 2011 21:01:24 +0000 (+0000) Subject: Typo. X-Git-Tag: OpenSSL-fips-2_0-rc1~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98279c162963808e051cfced2ca888156e9b6124;p=openssl Typo. --- diff --git a/crypto/modes/ccm128.c b/crypto/modes/ccm128.c index f8746bbf15..8a833b25e5 100644 --- a/crypto/modes/ccm128.c +++ b/crypto/modes/ccm128.c @@ -285,7 +285,7 @@ int CRYPTO_ccm128_decrypt(CCM128_CONTEXT *ctx, if (len) { (*block)(ctx->nonce.c,scratch.c,ctx->key); - for (i=0; icmac.c[i] ^= (out[i] = scratch.c[i]^inp[i]); (*block)(ctx->cmac.c,ctx->cmac.c,ctx->key); }