projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c10cf0
)
Remove added ;.
author
Ben Laurie
<ben@links.org>
Tue, 4 Jun 2013 14:05:18 +0000
(15:05 +0100)
committer
Ben Laurie
<ben@links.org>
Tue, 4 Jun 2013 14:05:18 +0000
(15:05 +0100)
crypto/evp/e_aes_cbc_hmac_sha256.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_aes_cbc_hmac_sha256.c
b/crypto/evp/e_aes_cbc_hmac_sha256.c
index 53262fa8e09fa4fe54d6acbdd60638ef66d8b581..4b6ab778935d0b0d6c9ce2af3b1c5db8e98a1f59 100644
(file)
--- 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);