diff options
author | lloyd <[email protected]> | 2012-01-06 15:32:21 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-06 15:32:21 +0000 |
commit | ab5ff573a861b3371aa4c9dd2c2fee675a5165a6 (patch) | |
tree | 4958f26a74d7e2558efbd0dffbe661f87fa267dc /src/tls/tls_channel.h | |
parent | 098a3fe831d567f6a143679872de72a7b210d24a (diff) |
Remove the version getter in TLS_Channel - caller should use the
handshake callback info instead. Clean up the buffer consumption code
in the record reader.
Diffstat (limited to 'src/tls/tls_channel.h')
-rw-r--r-- | src/tls/tls_channel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tls/tls_channel.h b/src/tls/tls_channel.h index bf9665ef8..af56e8fed 100644 --- a/src/tls/tls_channel.h +++ b/src/tls/tls_channel.h @@ -58,11 +58,6 @@ class BOTAN_DLL TLS_Channel bool is_closed() const { return connection_closed; } /** - * @return negotiated version (if session is currently active) - */ - Version_Code protocol_version() const; - - /** * Attempt to renegotiate the session */ virtual void renegotiate() = 0; |