From: Alex Rousskov Date: Sun, 1 Jul 2012 04:35:24 +0000 (-0600) Subject: Fixed building with --disable-ssl. X-Git-Tag: BumpSslServerFirst.take10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc544ce5dc0537e1005a882cedeb609d22013c92;p=thirdparty%2Fsquid.git Fixed building with --disable-ssl. --- diff --git a/src/AccessLogEntry.cc b/src/AccessLogEntry.cc index 4dd4de1dd1..4f86995316 100644 --- a/src/AccessLogEntry.cc +++ b/src/AccessLogEntry.cc @@ -3,9 +3,11 @@ #include "HttpRequest.h" #include "ssl/support.h" +#if USE_SSL AccessLogEntry::Ssl::Ssl(): user(NULL), bumpMode(::Ssl::bumpEnd) { } +#endif /* USE_SSL */ void