diff options
author | lloyd <[email protected]> | 2014-11-16 23:35:56 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-11-16 23:35:56 +0000 |
commit | c0cba50e1bc33e0279895800c961ded4ba102e14 (patch) | |
tree | 8526e3ef13ad999e82e476afab55543942f53906 | |
parent | 3e55885d20c1a579df13be3470491e5c378a2688 (diff) |
Not helpful
-rw-r--r-- | src/lib/tls/tls_handshake_io.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tls/tls_handshake_io.cpp b/src/lib/tls/tls_handshake_io.cpp index 659818139..da27cc4ce 100644 --- a/src/lib/tls/tls_handshake_io.cpp +++ b/src/lib/tls/tls_handshake_io.cpp @@ -70,7 +70,6 @@ Stream_Handshake_IO::get_next_record(bool) if(m_queue.size() >= length + 4) { Handshake_Type type = static_cast<Handshake_Type>(m_queue[0]); - BOTAN_ASSERT(type < 250, "Not in reserved range"); std::vector<byte> contents(m_queue.begin() + 4, m_queue.begin() + 4 + length); |