diff options
Diffstat (limited to 'src/common/crypto.c')
-rw-r--r-- | src/common/crypto.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/common/crypto.c b/src/common/crypto.c index afaf93aed2..984fe952e2 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -13,10 +13,6 @@ #include "orconfig.h" #ifdef _WIN32 -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0501 -#endif -#define WIN32_LEAN_AND_MEAN #include <windows.h> #include <wincrypt.h> /* Windows defines this; so does OpenSSL 0.9.8h and later. We don't actually |