summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/async/arch/async_win.h')
-rw-r--r--crypto/async/arch/async_win.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async/arch/async_win.h b/crypto/async/arch/async_win.h
index b247f59e48..31f248216f 100644
--- a/crypto/async/arch/async_win.h
+++ b/crypto/async/arch/async_win.h
@@ -55,7 +55,7 @@
* This is the same detection used in cryptlib to set up the thread local
* storage that we depend on, so just copy that
*/
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
#include <openssl/async.h>
# define ASYNC_WIN
# define ASYNC_ARCH