]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/FilledChecklist.h
Polished names, comments, and code formatting.
[thirdparty/squid.git] / src / acl / FilledChecklist.h
index 2ef86b6c856db61b95a61dc2367a16ad4125acf5..5c4b7668814ce839e07628dbff2ca017c5e1452f 100644 (file)
@@ -66,7 +66,8 @@ public:
 #endif
 
 #if USE_SSL
-    Ssl::Errors *sslErrorList;
+    /// SSL [certificate validation] errors in undefined order
+    Ssl::Errors *sslErrors;
 #endif
 
     ExternalACLEntry *extacl_entry;