commit | d9d229d292f5c39704047b8d7ca4837c2ba8f8b3 | [log] [tgz] |
---|---|---|
author | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 18 18:08:36 2009 -0400 |
committer | Jean-Paul Calderone <exarkun@divmod.com> | Sat Jul 18 18:08:36 2009 -0400 |
tree | fddfd8cc8acc51d486c041e2b0801e2f1a5a9026 | |
parent | 9971e6f735261766c95a7fff683509c9c65974ee [diff] [blame] |
maybe eay32 is nicer
diff --git a/setup.py b/setup.py index 937fe55..ad43ead 100755 --- a/setup.py +++ b/setup.py
@@ -47,7 +47,7 @@ # Add more platforms here when needed if os.name == 'nt' or sys.platform == 'win32': - Libraries = ['libeay32', 'ssleay32', 'Ws2_32'] + Libraries = ['eay32', 'ssleay32', 'Ws2_32'] LibraryDirs = ["C:\\OpenSSL\\lib\\MinGW"] # Try to find it... for path in ["C:\\OpenSSL\\lib\\MinGW", "C:\\Python23\\libs",