eng_rsax.c: make it work on Win64.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user