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:
a90b1e3
)
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:48:23 +0000
(15:48 +0200)
Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit
da92be4d68bec81030838e3228ef0238c565af85
)
crypto/evp/e_aes.c
patch
|
blob
|
history
diff --git
a/crypto/evp/e_aes.c
b/crypto/evp/e_aes.c
index 07bf83a608d87a14a1b2b3826e9cac7388e91d6f..dc3c2a162a5e2913265c89056b09e26b90b0f36e 100644
(file)
--- a/
crypto/evp/e_aes.c
+++ b/
crypto/evp/e_aes.c
@@
-166,7
+166,7
@@
extern unsigned int OPENSSL_ia32cap_P[2];
#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