]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/BlindPeerConnector.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / security / BlindPeerConnector.h
index 4db37a03f802c13691e1a97122f4dbe2e3e96331..14934a9783f3cafc8393dbfdfbfe918314aba463 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -39,8 +39,8 @@ public:
     /// \returns true on successful initialization
     virtual bool initialize(Security::SessionPointer &);
 
-    /// Return the configured Security::ContextPtr object
-    virtual Security::ContextPtr getSslContext();
+    /// Return the configured TLS context object
+    virtual Security::ContextPointer getTlsContext();
 
     /// On error calls peerConnectFailed().
     /// On success store the used TLS session for later use.