aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/s_hello.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2012-01-19 20:02:07 +0000
committerlloyd <[email protected]>2012-01-19 20:02:07 +0000
commit4c3d3e1c56451c635fb81dadfb249ce1856af0ce (patch)
treef641c31dfbcf9badeac1dd5ae79eb28742fd0c68 /src/tls/s_hello.cpp
parent385febfc3c150450d231f9550ac5e33f5316751f (diff)
Various and sundry bug fixes
Diffstat (limited to 'src/tls/s_hello.cpp')
-rw-r--r--src/tls/s_hello.cpp3
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;