aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/tls_handshake_state.cpp
diff options
context:
space:
mode:
authorRenĂ© Korthaus <[email protected]>2016-12-23 13:07:41 +0100
committerRenĂ© Korthaus <[email protected]>2016-12-23 13:10:30 +0100
commit733fdcd01a4a58ea439e95c1cc4e37c2a5cd366d (patch)
tree92122194d0071b6c1b346d96209e0b2fc17890f5 /src/lib/tls/tls_handshake_state.cpp
parent10555509dae09778b8d6e1831f837423490ca2c0 (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/tls_handshake_state.cpp')
-rw-r--r--src/lib/tls/tls_handshake_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/tls/tls_handshake_state.cpp b/src/lib/tls/tls_handshake_state.cpp
index 461f60cc4..6d46c18ab 100644
--- a/src/lib/tls/tls_handshake_state.cpp
+++ b/src/lib/tls/tls_handshake_state.cpp
@@ -6,8 +6,8 @@
*/
#include <botan/internal/tls_handshake_state.h>
-#include <botan/internal/tls_messages.h>
#include <botan/internal/tls_record.h>
+#include <botan/tls_messages.h>
#include <botan/tls_callbacks.h>
namespace Botan {