aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_client.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-12-31 02:15:18 +0000
committerlloyd <[email protected]>2011-12-31 02:15:18 +0000
commit074ea8fdee34a668c57b19b474468a7e4d581567 (patch)
tree56a6c62787c51ac2d5aa64316d91c2f20010c8a9 /src/tls/tls_client.h
parentbf41971fe4ee6a38609e0ea142010b03017e0329 (diff)
Add support for client-side session resumption
Diffstat (limited to 'src/tls/tls_client.h')
-rw-r--r--src/tls/tls_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_client.h b/src/tls/tls_client.h
index 75a85f74d..0f654a40f 100644
--- a/src/tls/tls_client.h
+++ b/src/tls/tls_client.h
@@ -25,7 +25,7 @@ class BOTAN_DLL TLS_Client : public TLS_Channel
* @param socket_output_fn is called with data for the outbound socket
* @param proc_fn is called when new data (application or alerts) is received
* @param handshake_complete is called when a handshake is completed
- * @param session_manager manages session resumption
+ * @param session_manager manages session state
* @param policy specifies other connection policy information
* @param rng a random number generator
* @param servername the server's DNS name, if known