diff options
Diffstat (limited to 'src/lib/tls/msg_cert_verify.cpp')
-rw-r--r-- | src/lib/tls/msg_cert_verify.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/tls/msg_cert_verify.cpp b/src/lib/tls/msg_cert_verify.cpp index 4f936b380..4b7ba5662 100644 --- a/src/lib/tls/msg_cert_verify.cpp +++ b/src/lib/tls/msg_cert_verify.cpp @@ -5,10 +5,11 @@ * 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> namespace Botan { |