]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix server_name ACL patch (r14008): fixes to allow squid compile when openssl is...
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 10 Apr 2015 10:30:20 +0000 (13:30 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Fri, 10 Apr 2015 10:30:20 +0000 (13:30 +0300)
src/acl/Makefile.am

index 05fb4f85824be54223fd6b0fc93831478cd90c65..0e1428a2cdb3a00e1196848c391b8175b7fda919 100644 (file)
@@ -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 \