summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes_cbc_hmac_sha256.c
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-06-04 15:05:18 +0100
committerBen Laurie <ben@links.org>2013-06-04 17:27:18 +0100
commit5dcd2deb3e8349f5f35628b2fcc6b815644e0791 (patch)
tree0191e10cc950c9aaf3a68503c2ca01e3c70a4ad3 /crypto/evp/e_aes_cbc_hmac_sha256.c
parentb25b8417a7dcbe3ddbf6c7c34c0453b187eab093 (diff)
Remove added ;.
Diffstat (limited to 'crypto/evp/e_aes_cbc_hmac_sha256.c')
-rw-r--r--crypto/evp/e_aes_cbc_hmac_sha256.c2
1 files changed, 1 insertions, 1 deletions
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);