From 5dcd2deb3e8349f5f35628b2fcc6b815644e0791 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Tue, 4 Jun 2013 15:05:18 +0100 Subject: Remove added ;. --- crypto/evp/e_aes_cbc_hmac_sha256.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/evp/e_aes_cbc_hmac_sha256.c') diff --git a/crypto/evp/e_aes_cbc_hmac_sha256.c b/crypto/evp/e_aes_cbc_hmac_sha256.c index 53262fa8e0..4b6ab77893 100644 --- a/crypto/evp/e_aes_cbc_hmac_sha256.c +++ b/crypto/evp/e_aes_cbc_hmac_sha256.c @@ -388,7 +388,7 @@ static int aesni_cbc_hmac_sha256_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, pmac->u[6] = BSWAP(pmac->u[6]); pmac->u[7] = BSWAP(pmac->u[7]); #else - for (i=0;i<8;;i++) { + for (i=0;i<8;i++) { res = pmac->u[i]; pmac->c[4*i+0]=(unsigned char)(res>>24); pmac->c[4*i+1]=(unsigned char)(res>>16); -- cgit v1.2.3