]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Add connections_encrypted ACL part3: fix compiling problems
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 13 Jan 2016 11:23:50 +0000 (13:23 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 13 Jan 2016 11:23:50 +0000 (13:23 +0200)
The new acl/ConnectionsEncrypted.[cc,h] files should compiled even if
the ssl is not enabled.

src/acl/Makefile.am

index f8ac12531ddb745f96d707a9bc529a28f3da23fa..0f6b6c7a97639262551f08143ce5d5e168577900 100644 (file)
@@ -56,6 +56,8 @@ libacls_la_SOURCES = \
        Asn.h \
        Browser.cc \
        Browser.h \
+       ConnectionsEncrypted.cc \
+       ConnectionsEncrypted.h \
        DestinationAsn.h \
        DestinationDomain.cc \
        DestinationDomain.h \
@@ -153,8 +155,6 @@ SSL_ACLS = \
         CertificateData.h  \
         Certificate.cc \
         Certificate.h  \
-       ConnectionsEncrypted.cc \
-       ConnectionsEncrypted.h \
        ServerCertificate.cc \
        ServerCertificate.h \
        ServerName.cc \