eng_rsax.c: make it work on Win64.

This commit is contained in:
Andy Polyakov
2011-08-14 08:38:04 +00:00
parent 625c6ba4c7
commit 165c20c2c4
3 changed files with 5 additions and 6 deletions

View File

@@ -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