From: Christos Tsantilas Date: Fri, 10 Apr 2015 10:30:20 +0000 (+0300) Subject: Fix server_name ACL patch (r14008): fixes to allow squid compile when openssl is... X-Git-Tag: merge-candidate-3-v1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ed168ce66bb901007bb2986e28120972c134bd;p=thirdparty%2Fsquid.git Fix server_name ACL patch (r14008): fixes to allow squid compile when openssl is not enabled --- diff --git a/src/acl/Makefile.am b/src/acl/Makefile.am index 05fb4f8582..0e1428a2cd 100644 --- a/src/acl/Makefile.am +++ b/src/acl/Makefile.am @@ -111,8 +111,6 @@ libacls_la_SOURCES = \ RequestHeaderStrategy.h \ RequestMimeType.cc \ RequestMimeType.h \ - ServerName.cc \ - ServerName.h \ SourceAsn.h \ SourceDomain.cc \ SourceDomain.h \ @@ -157,6 +155,8 @@ SSL_ACLS = \ Certificate.h \ ServerCertificate.cc \ ServerCertificate.h \ + ServerName.cc \ + ServerName.h \ SslError.cc \ SslError.h \ SslErrorData.cc \