diff options
author | lloyd <[email protected]> | 2012-01-19 20:02:07 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-19 20:02:07 +0000 |
commit | 4c3d3e1c56451c635fb81dadfb249ce1856af0ce (patch) | |
tree | f641c31dfbcf9badeac1dd5ae79eb28742fd0c68 /src/tls/s_hello.cpp | |
parent | 385febfc3c150450d231f9550ac5e33f5316751f (diff) |
Various and sundry bug fixes
Diffstat (limited to 'src/tls/s_hello.cpp')
-rw-r--r-- | src/tls/s_hello.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tls/s_hello.cpp b/src/tls/s_hello.cpp index 21619fe0c..652544806 100644 --- a/src/tls/s_hello.cpp +++ b/src/tls/s_hello.cpp @@ -174,9 +174,6 @@ MemoryVector<byte> Server_Hello::serialize() const if(m_next_protocol) extensions.push_back(new Next_Protocol_Notification(m_next_protocols)); - if(s_version == TLS_V12) - extensions.push_back(new Signature_Algorithms()); - buf += extensions.serialize(); return buf; |