diff options
author | lloyd <[email protected]> | 2014-11-04 22:18:42 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-04 22:18:42 +0000 |
commit | ef8f1cbd9f076edf730bca567bd6e1a64f87c512 (patch) | |
tree | 3e3dd14c4529cee9a09545cef328cd310f6799d7 /src/lib | |
parent | c075ac86252ffc8f6f77990943aa6cce4994b598 (diff) |
Typo
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/tls/msg_client_hello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/msg_client_hello.cpp b/src/lib/tls/msg_client_hello.cpp index 744b40810..2e0ef9cde 100644 --- a/src/lib/tls/msg_client_hello.cpp +++ b/src/lib/tls/msg_client_hello.cpp @@ -268,7 +268,7 @@ void Client_Hello::deserialize(const std::vector<byte>& buf) { if(!reneg->renegotiation_info().empty()) throw TLS_Exception(Alert::HANDSHAKE_FAILURE, - "Client send renegotiation SCSV and non-empty extension"); + "Client sent renegotiation SCSV and non-empty extension"); } else { |