]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/ServerCertificate.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / ServerCertificate.h
index 84e245d3e14036a6ca94fc448ac13661f3e5f78b..3631ab5127671a4a22117e46b8a81ca26af7bfc8 100644 (file)
@@ -1,20 +1,25 @@
 /*
+ * 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_ACLSERVERCERTIFICATE_H
 #define SQUID_ACLSERVERCERTIFICATE_H
 
 #include "acl/Acl.h"
-#include "acl/Data.h"
 #include "acl/Checklist.h"
-#include "ssl/support.h"
+#include "acl/Data.h"
 #include "acl/Strategised.h"
+#include "ssl/support.h"
 
 /// \ingroup ACLAPI
 class ACLServerCertificateStrategy : public ACLStrategy<X509 *>
 {
 public:
-    virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *);
+    virtual int match (ACLData<MatchType> * &, ACLFilledChecklist *, ACLFlags &);
     static ACLServerCertificateStrategy *Instance();
     /* Not implemented to prevent copies of the instance. */
     /* Not private to prevent brain dead g+++ warnings about
@@ -37,3 +42,4 @@ private:
 };
 
 #endif /* SQUID_ACLSERVERCERTIFICATE_H */
+