]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Author: Andrew Beverley <andy@andybev.com>
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 25 Sep 2011 01:36:21 +0000 (03:36 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 25 Sep 2011 01:36:21 +0000 (03:36 +0200)
This patch stops an SSL header file being included when SSL
support has not been requested.

src/errorpage.cc

index da21e207c8d6d0dddc75ed1cb53545139f7e9939..3432bf7e2ad45ababc3b806c32b83491d766b597 100644 (file)
@@ -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"