From 4384c3b57699aadff97d06e35dc257a555c050bc Mon Sep 17 00:00:00 2001 From: Christos Tsantilas Date: Wed, 13 Jan 2016 13:23:50 +0200 Subject: [PATCH] Add connections_encrypted ACL part3: fix compiling problems The new acl/ConnectionsEncrypted.[cc,h] files should compiled even if the ssl is not enabled. --- src/acl/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/acl/Makefile.am b/src/acl/Makefile.am index f8ac12531d..0f6b6c7a97 100644 --- a/src/acl/Makefile.am +++ b/src/acl/Makefile.am @@ -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 \ -- 2.47.3