that crazy win32

This commit is contained in:
David Rose 2002-10-09 23:51:27 +00:00
parent 893078a291
commit 4a02dc38cc

View File

@ -33,6 +33,11 @@
#include <openssl/err.h>
#endif
// Windows may define this macro inappropriately.
#ifdef X509_NAME
#undef X509_NAME
#endif
bool HTTPClient::_ssl_initialized = false;
// This is created once and never freed.