From 4a02dc38ccbf4ca8305c2e8de9d866ab0067838e Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 9 Oct 2002 23:51:27 +0000 Subject: [PATCH] that crazy win32 --- panda/src/downloader/httpClient.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/panda/src/downloader/httpClient.cxx b/panda/src/downloader/httpClient.cxx index 0184fecbd2..2e260a8470 100644 --- a/panda/src/downloader/httpClient.cxx +++ b/panda/src/downloader/httpClient.cxx @@ -33,6 +33,11 @@ #include #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.