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:
a32bede
)
eng_rdrand.c: make it link in './config 386' case [from HEAD].
author
Andy Polyakov
<appro@openssl.org>
Sun, 14 Aug 2011 08:31:14 +0000
(08:31 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 14 Aug 2011 08:31:14 +0000
(08:31 +0000)
crypto/engine/eng_rdrand.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_rdrand.c
b/crypto/engine/eng_rdrand.c
index 266e1a192d81e2074e1d7f684128345e5e43b230..a9ba5ae6f9ffd8f90ec6ca43e5d249982156025e 100644
(file)
--- a/
crypto/engine/eng_rdrand.c
+++ b/
crypto/engine/eng_rdrand.c
@@
-57,7
+57,7
@@
#if (defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
defined(__x86_64) || defined(__x86_64__) || \
- defined(_M_AMD64) || defined (_M_X64)) &&
!defined(OPENSSL_NO_ASM
)
+ defined(_M_AMD64) || defined (_M_X64)) &&
defined(OPENSSL_CPUID_OBJ
)
size_t OPENSSL_ia32_rdrand(void);