diff options
author | Jack Lloyd <[email protected]> | 2016-02-07 01:17:47 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-02-07 02:30:54 -0500 |
commit | 3fcb235c98a78a3cf98633a6a6067b82d2a8b871 (patch) | |
tree | 30feb856393f4f6ec61666f94390e27ca5bd93c3 /src/lib/tls/info.txt | |
parent | 45d2ae1b48aeebd00567d820dfb8fe261bb50be9 (diff) |
Remove TLS heartbeat support.
The signature of the alert callback remains unchanged to avoid
breaking applications, though now the buffer parameter is never set.
Diffstat (limited to 'src/lib/tls/info.txt')
-rw-r--r-- | src/lib/tls/info.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt index 1b0cf1415..50b6dbbdf 100644 --- a/src/lib/tls/info.txt +++ b/src/lib/tls/info.txt @@ -25,7 +25,6 @@ tls_extensions.h tls_handshake_hash.h tls_handshake_io.h tls_handshake_state.h -tls_heartbeats.h tls_messages.h tls_reader.h tls_record.h |