From: Henrik Nordstrom Date: Sun, 25 Sep 2011 01:36:21 +0000 (+0200) Subject: Author: Andrew Beverley X-Git-Tag: BumpSslServerFirst.take01~130 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3e9ed1c8093884fb3296f503522b144012c3a180;p=thirdparty%2Fsquid.git Author: Andrew Beverley This patch stops an SSL header file being included when SSL support has not been requested. --- diff --git a/src/errorpage.cc b/src/errorpage.cc index da21e207c8..3432bf7e2a 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -39,7 +39,9 @@ #include "auth/UserRequest.h" #endif #include "SquidTime.h" +#if USE_SSL #include "ssl/ErrorDetailManager.h" +#endif #include "Store.h" #include "html_quote.h" #include "HttpReply.h"