From 7564248431e5661b5093f1ffcf29cc0235badf5d 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 6ea844b5c..e1d39bd9c 100644 --- a/setup.py +++ b/setup.py @@ -148,8 +148,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'