mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
that crazy win32
This commit is contained in:
parent
893078a291
commit
4a02dc38cc
@ -33,6 +33,11 @@
|
|||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Windows may define this macro inappropriately.
|
||||||
|
#ifdef X509_NAME
|
||||||
|
#undef X509_NAME
|
||||||
|
#endif
|
||||||
|
|
||||||
bool HTTPClient::_ssl_initialized = false;
|
bool HTTPClient::_ssl_initialized = false;
|
||||||
|
|
||||||
// This is created once and never freed.
|
// This is created once and never freed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user