aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_handshake_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_handshake_hash.h')
-rw-r--r--src/tls/tls_handshake_hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/tls_handshake_hash.h b/src/tls/tls_handshake_hash.h
index e7fc24f64..840895963 100644
--- a/src/tls/tls_handshake_hash.h
+++ b/src/tls/tls_handshake_hash.h
@@ -31,9 +31,9 @@ class Handshake_Hash
{ data += in; }
secure_vector<byte> final(Protocol_Version version,
- const std::string& mac_algo);
+ const std::string& mac_algo) const;
- secure_vector<byte> final_ssl3(const secure_vector<byte>& master_secret);
+ secure_vector<byte> final_ssl3(const secure_vector<byte>& master_secret) const;
const std::vector<byte>& get_contents() const
{ return data; }