summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-14 08:30:56 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-14 08:30:56 +0000
commitf744bcfd7302534c18180d821bdab0b07bcc852b (patch)
treeb0202b0fb8dc328f4a696b1e8c805ea220462b4f /crypto
parent10bd69bf4f3ae352201e18423f60a06490594b22 (diff)
eng_rdrand.c: make it link in './config 386' case.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/engine/eng_rdrand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_rdrand.c b/crypto/engine/eng_rdrand.c
index 266e1a192d..a9ba5ae6f9 100644
--- 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);