summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-08-14 08:38:04 +0000
committerAndy Polyakov <appro@openssl.org>2011-08-14 08:38:04 +0000
commit165c20c2c44f90af054a0f525bc7524a00b1a65a (patch)
treea04f18d7122f15f9639566a926876e51898a9f85 /crypto/engine
parent625c6ba4c7ef2e215cbcee1eef56125b401dae5d (diff)
eng_rsax.c: make it work on Win64.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/eng_rsax.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/engine/eng_rsax.c b/crypto/engine/eng_rsax.c
index 985f4ed1ca..3ac265cf7d 100644
--- a/crypto/engine/eng_rsax.c
+++ b/crypto/engine/eng_rsax.c
@@ -79,8 +79,7 @@
#undef COMPILE_RSAX
#if (defined(__x86_64) || defined(__x86_64__) || \
- defined(_M_AMD64) || defined (_M_X64)) && !defined(OPENSSL_NO_ASM) && \
- !defined(OPENSSL_SYS_WIN32)
+ defined(_M_AMD64) || defined (_M_X64)) && !defined(OPENSSL_NO_ASM)
#define COMPILE_RSAX
static ENGINE *ENGINE_rsax (void);
#endif