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:
15735e4
)
Fix build when BSAES_ASM is defined but VPAES_ASM is not
author
Emilia Kasper
<emilia@openssl.org>
Tue, 19 Aug 2014 14:28:07 +0000
(16:28 +0200)
committer
Emilia Kasper
<emilia@openssl.org>
Thu, 21 Aug 2014 13:42:57 +0000
(15:42 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/evp/e_aes.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_aes.c
b/crypto/evp/e_aes.c
index 8ab434943a6cd6faaeeec508f0b01a3aed0a2c17..776262343c17fb494f689797b0b1014fb207ad22 100644
(file)
--- a/
crypto/evp/e_aes.c
+++ b/
crypto/evp/e_aes.c
@@
-181,7
+181,7
@@
extern unsigned int OPENSSL_ia32cap_P[];
#define VPAES_CAPABLE (OPENSSL_ia32cap_P[1]&(1<<(41-32)))
#endif
#ifdef BSAES_ASM
-#define BSAES_CAPABLE
VPAES_CAPABLE
+#define BSAES_CAPABLE
(OPENSSL_ia32cap_P[1]&(1<<(41-32)))
#endif
/*
* AES-NI section