summaryrefslogtreecommitdiffstats
path: root/crypto/evp
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 15:05:18 +0100
commit3941aa12f1863de174adccededcaad42650e94e4 (patch)
treeaf95ef65c7577500ad1629948c2273f7b19d1675 /crypto/evp
parent0c10cf0ad626f688925e75818426b79104138f75 (diff)
Remove added ;.
Diffstat (limited to 'crypto/evp')
-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);