diff options
author | lloyd <[email protected]> | 2010-10-29 13:25:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-10-29 13:25:45 +0000 |
commit | df0dfeb904485bacb8034d0468b4498130939acc (patch) | |
tree | caf691e1af99423ed6c4915d6a2d46a72817507f /src/ssl/tls_client.h | |
parent | 6c24ca7ebd1e1eae2c32c1306a22758ef3d656ff (diff) |
Cleanup
Diffstat (limited to 'src/ssl/tls_client.h')
-rw-r--r-- | src/ssl/tls_client.h | 2 |
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 { |