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:
c8c6e9e
)
Disable rsax for Windows: it doesn't currently work.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 25 Jul 2011 23:45:49 +0000
(23:45 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 25 Jul 2011 23:45:49 +0000
(23:45 +0000)
crypto/engine/eng_rsax.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_rsax.c
b/crypto/engine/eng_rsax.c
index 72185d686bf436dcb7e7481501831e76b37758a6..82952356a5fbca3342f5645ef3e2cf304e2f1462 100644
(file)
--- a/
crypto/engine/eng_rsax.c
+++ b/
crypto/engine/eng_rsax.c
@@
-79,7
+79,8
@@
#undef COMPILE_RSAX
#if (defined(__x86_64) || defined(__x86_64__) || \
- defined(_M_AMD64) || defined (_M_X64)) && !defined(OPENSSL_NO_ASM)
+ defined(_M_AMD64) || defined (_M_X64)) && !defined(OPENSSL_NO_ASM) && \
+ !defined(OPENSSL_SYS_WIN32)
#define COMPILE_RSAX
static ENGINE *ENGINE_rsax (void);
#endif