diff options
author | Jack Lloyd <[email protected]> | 2016-12-24 16:09:24 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-12-24 16:09:24 -0500 |
commit | 2ee2d884167e43f84830cd45af63ddbf245b540b (patch) | |
tree | d33d62853a41c42dafee9a2f6bce25121cd44434 /src/lib/tls/msg_client_kex.cpp | |
parent | 8e89a86af7e609a83d9c75696fec1f9a61d822fb (diff) | |
parent | 733fdcd01a4a58ea439e95c1cc4e37c2a5cd366d (diff) |
Merge GH #783 Expose TLS message types to applications
Diffstat (limited to 'src/lib/tls/msg_client_kex.cpp')
-rw-r--r-- | src/lib/tls/msg_client_kex.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/tls/msg_client_kex.cpp b/src/lib/tls/msg_client_kex.cpp index c9c63c673..2d132af04 100644 --- a/src/lib/tls/msg_client_kex.cpp +++ b/src/lib/tls/msg_client_kex.cpp @@ -5,10 +5,12 @@ * Botan is released under the Simplified BSD License (see license.txt) */ -#include <botan/internal/tls_messages.h> +#include <botan/tls_messages.h> +#include <botan/tls_extensions.h> #include <botan/internal/tls_reader.h> -#include <botan/internal/tls_extensions.h> #include <botan/internal/tls_handshake_io.h> +#include <botan/internal/tls_handshake_state.h> +#include <botan/internal/tls_handshake_hash.h> #include <botan/credentials_manager.h> #include <botan/rng.h> #include <botan/loadstor.h> |