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:
e76cbcf
)
e_aes.c: fix typo.
author
Andy Polyakov
<appro@openssl.org>
Mon, 30 May 2011 10:13:42 +0000
(10:13 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 30 May 2011 10:13:42 +0000
(10:13 +0000)
crypto/evp/e_aes.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_aes.c
b/crypto/evp/e_aes.c
index 00bb519cfb60b9c9017128fff65ae30f6ef8b14d..d739f2800804d91308396b3f20f671f7a70850c4 100644
(file)
--- a/
crypto/evp/e_aes.c
+++ b/
crypto/evp/e_aes.c
@@
-203,7
+203,7
@@
static int aes_cfb1_cipher(EVP_CIPHER_CTX *ctx,unsigned char *out,
{
block128_f block = OPENSSL_ia32cap_P[1]&AESNI_CAPABLE ?
(block128_f)aesni_encrypt :
- (block128_f)AES_encrypt
)
;
+ (block128_f)AES_encrypt;
if (ctx->flags&EVP_CIPH_FLAG_LENGTH_BITS) {
CRYPTO_cfb128_1_encrypt(in,out,len,ctx->cipher_data,