Roumen Petrov via RT wrote: > M.-A. Lemburg via RT wrote: >> An application that only includes openssl/ssl.h from OpenSSL >> 1.0.0 and doesn't use winsock.h will run into problems on Windows, >> since the dtls1.h header file includes the winsock.h header file long >> after the ossl_typ.h header file was loaded. > > What about to define WIN32_LEAN_AND_MEAN ?
What implications would that have ? > [SNIP] > Openssl 1+ is switched to winsock2. Thanks for mentioning this. However, why does dtls1.h import winsock.h instead of winsock2.h ? -- Marc-Andre Lemburg eGenix.com Professional Python Services directly from the Source (#1, Apr 27 2010) >>> Python/Zope Consulting and Support ... http://www.egenix.com/ >>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/ >>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/ ________________________________________________________________________ ::: Try our new mxODBC.Connect Python Database Interface for free ! :::: eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
