diff options
author | Matthias Gierlings <[email protected]> | 2016-05-13 00:42:16 +0200 |
---|---|---|
committer | Matthias Gierlings <[email protected]> | 2016-06-19 18:28:34 +0200 |
commit | 89b75a5a36c18a7593aa6bdbb472e301904a66b3 (patch) | |
tree | 2b8522fb174365ef1b880e7416feb51798e3b7cd /src/lib/tls/tls_blocking.h | |
parent | 29e3af141c849ca6efcf755a3abb2c51a7c553e8 (diff) |
Implemented Feedback on GH #457
- Removed deprecated TLS-Alert-Callback parameters.
- Fixed improper naming of accessor for ALPN-Strings in tls_client.h
- Fixed erroneous indentation on Ciphersuite Constructor.
Diffstat (limited to 'src/lib/tls/tls_blocking.h')
-rw-r--r-- | src/lib/tls/tls_blocking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_blocking.h b/src/lib/tls/tls_blocking.h index 47c5c7483..51f860008 100644 --- a/src/lib/tls/tls_blocking.h +++ b/src/lib/tls/tls_blocking.h @@ -88,7 +88,7 @@ class BOTAN_DLL Blocking_Client void data_cb(const byte data[], size_t data_len); - void alert_cb(const Alert& alert, const byte data[], size_t data_len); + void alert_cb(const Alert& alert); read_fn m_read; TLS::Client m_channel; |