aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_client.cpp
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.cpp
parent6c24ca7ebd1e1eae2c32c1306a22758ef3d656ff (diff)
Cleanup
Diffstat (limited to 'src/ssl/tls_client.cpp')
-rw-r--r--src/ssl/tls_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/tls_client.cpp b/src/ssl/tls_client.cpp
index 505b2c22a..5447e9904 100644
--- a/src/ssl/tls_client.cpp
+++ b/src/ssl/tls_client.cpp
@@ -17,9 +17,9 @@ namespace Botan {
namespace {
-// FIXME: checks are wrong for session reuse (add a flag for that)
/**
* Verify the state transition is allowed
+* FIXME: checks are wrong for session reuse (add a flag for that)
*/
void client_check_state(Handshake_Type new_msg, Handshake_State* state)
{