]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/SslError.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / SslError.h
index a14ba05f334743e77509f58796fcb9be6086d499..036a3994cbe0386a0b93ddd035ba98e7154b5838 100644 (file)
@@ -1,10 +1,18 @@
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_ACLSSL_ERROR_H
 #define SQUID_ACLSSL_ERROR_H
+
 #include "acl/Strategised.h"
 #include "acl/Strategy.h"
-#include "ssl/support.h"
 
-class ACLSslErrorStrategy : public ACLStrategy<const Ssl::CertErrors *>
+class ACLSslErrorStrategy : public ACLStrategy<const Security::CertErrors *>
 {
 
 public:
@@ -27,7 +35,8 @@ class ACLSslError
 
 private:
     static ACL::Prototype RegistryProtoype;
-    static ACLStrategised<const Ssl::CertErrors *> RegistryEntry_;
+    static ACLStrategised<const Security::CertErrors *> RegistryEntry_;
 };
 
 #endif /* SQUID_ACLSSL_ERROR_H */
+