aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_client.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-29 13:25:45 +0000
committerlloyd <[email protected]>2010-10-29 13:25:45 +0000
commitdf0dfeb904485bacb8034d0468b4498130939acc (patch)
treecaf691e1af99423ed6c4915d6a2d46a72817507f /src/ssl/tls_client.h
parent6c24ca7ebd1e1eae2c32c1306a22758ef3d656ff (diff)
Cleanup
Diffstat (limited to 'src/ssl/tls_client.h')
-rw-r--r--src/ssl/tls_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/tls_client.h b/src/ssl/tls_client.h
index 913a87e50..7d2ce9cda 100644
--- a/src/ssl/tls_client.h
+++ b/src/ssl/tls_client.h
@@ -17,7 +17,7 @@
namespace Botan {
/**
-* TLS Client
+* SSL/TLS Client
*/
class BOTAN_DLL TLS_Client : public TLS_Connection
{