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/tls_extensions.h | |
parent | 385febfc3c150450d231f9550ac5e33f5316751f (diff) |
Various and sundry bug fixes
Diffstat (limited to 'src/tls/tls_extensions.h')
-rw-r--r-- | src/tls/tls_extensions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tls/tls_extensions.h b/src/tls/tls_extensions.h index 1811bab01..2f4f711c2 100644 --- a/src/tls/tls_extensions.h +++ b/src/tls/tls_extensions.h @@ -189,7 +189,7 @@ class Signature_Algorithms : public TLS_Extension static byte sig_algo_code(TLS_Ciphersuite_Algos code); TLS_Handshake_Extension_Type type() const - { return TLSEXT_NEXT_PROTOCOL; } + { return TLSEXT_SIGNATURE_ALGORITHMS; } std::vector<std::pair<TLS_Ciphersuite_Algos, TLS_Ciphersuite_Algos> > supported_signature_algorthms() const |