From: Amos Jeffries Date: Fri, 1 Feb 2013 07:07:07 +0000 (-0700) Subject: Bug 3726: build errors with --disable-ssl X-Git-Tag: SQUID_3_3_1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06d64e2c2e169330f2cb7622b14b2ec0910f8d2b;p=thirdparty%2Fsquid.git Bug 3726: build errors with --disable-ssl --- diff --git a/src/AccessLogEntry.cc b/src/AccessLogEntry.cc index 8fdc201072..4595c99b4c 100644 --- a/src/AccessLogEntry.cc +++ b/src/AccessLogEntry.cc @@ -3,9 +3,10 @@ #include "HttpReply.h" #include "HttpRequest.h" #include "SquidConfig.h" -#include "ssl/support.h" #if USE_SSL +#include "ssl/support.h" + AccessLogEntry::SslDetails::SslDetails(): user(NULL), bumpMode(::Ssl::bumpEnd) { }