diff options
Diffstat (limited to 'src/ssl/tls_client.cpp')
-rw-r--r-- | src/ssl/tls_client.cpp | 2 |
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) { |