diff options
Diffstat (limited to 'src/lib/libcrypto/threads/th-lock.c')
-rw-r--r-- | src/lib/libcrypto/threads/th-lock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/threads/th-lock.c b/src/lib/libcrypto/threads/th-lock.c index 553d2218de..a6a79b9f45 100644 --- a/src/lib/libcrypto/threads/th-lock.c +++ b/src/lib/libcrypto/threads/th-lock.c | |||
@@ -63,7 +63,7 @@ | |||
63 | #ifdef LINUX | 63 | #ifdef LINUX |
64 | #include <typedefs.h> | 64 | #include <typedefs.h> |
65 | #endif | 65 | #endif |
66 | #ifdef WIN32 | 66 | #ifdef OPENSSL_SYS_WIN32 |
67 | #include <windows.h> | 67 | #include <windows.h> |
68 | #endif | 68 | #endif |
69 | #ifdef SOLARIS | 69 | #ifdef SOLARIS |
@@ -105,7 +105,7 @@ static unsigned long pthreads_thread_id(void ); | |||
105 | 105 | ||
106 | #define THREAD_STACK_SIZE (16*1024) | 106 | #define THREAD_STACK_SIZE (16*1024) |
107 | 107 | ||
108 | #ifdef WIN32 | 108 | #ifdef OPENSSL_SYS_WIN32 |
109 | 109 | ||
110 | static HANDLE *lock_cs; | 110 | static HANDLE *lock_cs; |
111 | 111 | ||
@@ -146,7 +146,7 @@ void win32_locking_callback(int mode, int type, char *file, int line) | |||
146 | } | 146 | } |
147 | } | 147 | } |
148 | 148 | ||
149 | #endif /* WIN32 */ | 149 | #endif /* OPENSSL_SYS_WIN32 */ |
150 | 150 | ||
151 | #ifdef SOLARIS | 151 | #ifdef SOLARIS |
152 | 152 | ||