diff options
author | René Korthaus <[email protected]> | 2016-12-23 13:07:41 +0100 |
---|---|---|
committer | René Korthaus <[email protected]> | 2016-12-23 13:10:30 +0100 |
commit | 733fdcd01a4a58ea439e95c1cc4e37c2a5cd366d (patch) | |
tree | 92122194d0071b6c1b346d96209e0b2fc17890f5 /src/lib/tls/info.txt | |
parent | 10555509dae09778b8d6e1831f837423490ca2c0 (diff) |
Export tls_messages.h as a public header
TLS::Callbacks::inspect_handshake_message() allows applications
to inspect all handshake messages, but this requires
access to the types in tls_messages.h. As a matter of fact,
this also exports tls_extensions.h as a public header.
Diffstat (limited to 'src/lib/tls/info.txt')
-rw-r--r-- | src/lib/tls/info.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/tls/info.txt b/src/lib/tls/info.txt index 667726318..86d651730 100644 --- a/src/lib/tls/info.txt +++ b/src/lib/tls/info.txt @@ -11,8 +11,10 @@ tls_channel.h tls_ciphersuite.h tls_client.h tls_exceptn.h +tls_extensions.h tls_handshake_msg.h tls_magic.h +tls_messages.h tls_server_info.h tls_policy.h tls_server.h @@ -22,11 +24,9 @@ tls_version.h </header:public> <header:internal> -tls_extensions.h tls_handshake_hash.h tls_handshake_io.h tls_handshake_state.h -tls_messages.h tls_reader.h tls_record.h tls_seq_numbers.h |