Compile without OpenSSL must work too

This commit is contained in:
rdb 2009-03-13 19:04:08 +00:00
parent c8420de25e
commit 50845ca53c
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -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