From 244ba86b8a36841a1c453de6596ddabe4b3345dc Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Sat, 11 Oct 2008 07:30:18 +0000 Subject: [PATCH] use multithreaded ssl on windows --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 298de639d..5a512b1df 100644 --- a/setup.py +++ b/setup.py @@ -125,8 +125,8 @@ if windows_check(): 'boost_system-vc71-mt-1_35', 'boost_thread-vc71-mt-1_35', 'gdi32', - 'libeay32', - 'ssleay32', + 'libeay32MT', + 'ssleay32MT', 'ws2_32', 'wsock32', 'zlib'