]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/PeerPoolMgr.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / PeerPoolMgr.h
index 5a6f0eb33d559d20bcda49cc45fcfbb53cc7d9fb..921d008f3271ddc5afdf5e1570bd3540f6beb141 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * 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.
@@ -51,7 +51,7 @@ protected:
     /// Comm::ConnOpener calls this when done opening a connection for us
     void handleOpenedConnection(const CommConnectCbParams &params);
 
-    /// Ssl::PeerConnector callback
+    /// Security::PeerConnector callback
     void handleSecuredPeer(Security::EncryptorAnswer &answer);
 
     /// called when the connection we are trying to secure is closed by a 3rd party