mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Compile without OpenSSL must work too
This commit is contained in:
parent
c8420de25e
commit
50845ca53c
@ -17,6 +17,8 @@
|
|||||||
#include "stringStream.h"
|
#include "stringStream.h"
|
||||||
#include "zStream.h"
|
#include "zStream.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_OPENSSL
|
||||||
|
|
||||||
TypeHandle VirtualFileHTTP::_type_handle;
|
TypeHandle VirtualFileHTTP::_type_handle;
|
||||||
|
|
||||||
|
|
||||||
@ -276,3 +278,6 @@ get_timestamp() const {
|
|||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // HAVE_OPENSSL
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
#include "httpChannel.h"
|
#include "httpChannel.h"
|
||||||
#include "urlSpec.h"
|
#include "urlSpec.h"
|
||||||
|
|
||||||
|
#ifdef HAVE_OPENSSL
|
||||||
|
|
||||||
class VirtualFileMountHTTP;
|
class VirtualFileMountHTTP;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
@ -86,4 +88,7 @@ private:
|
|||||||
|
|
||||||
#include "virtualFileHTTP.I"
|
#include "virtualFileHTTP.I"
|
||||||
|
|
||||||
|
#endif // HAVE_OPENSSL
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user