Compile without OpenSSL must work too
This commit is contained in:
parent
c8420de25e
commit
50845ca53c
|
|
@ -17,6 +17,8 @@
|
|||
#include "stringStream.h"
|
||||
#include "zStream.h"
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
|
||||
TypeHandle VirtualFileHTTP::_type_handle;
|
||||
|
||||
|
||||
|
|
@ -276,3 +278,6 @@ get_timestamp() const {
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif // HAVE_OPENSSL
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,8 @@
|
|||
#include "httpChannel.h"
|
||||
#include "urlSpec.h"
|
||||
|
||||
#ifdef HAVE_OPENSSL
|
||||
|
||||
class VirtualFileMountHTTP;
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
@ -86,4 +88,7 @@ private:
|
|||
|
||||
#include "virtualFileHTTP.I"
|
||||
|
||||
#endif // HAVE_OPENSSL
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue