diff options
Diffstat (limited to 'src/lib/tls/msg_cert_verify.cpp')
-rw-r--r-- | src/lib/tls/msg_cert_verify.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/tls/msg_cert_verify.cpp b/src/lib/tls/msg_cert_verify.cpp index c06e8574b..3a69c2a34 100644 --- a/src/lib/tls/msg_cert_verify.cpp +++ b/src/lib/tls/msg_cert_verify.cpp @@ -8,13 +8,14 @@ * Botan is released under the Simplified BSD License (see license.txt) */ +#include <botan/tls_messages.h> + #include <botan/internal/tls_handshake_io.h> #include <botan/internal/tls_handshake_state.h> #include <botan/internal/tls_reader.h> #include <botan/pk_keys.h> #include <botan/tls_algos.h> #include <botan/tls_extensions.h> -#include <botan/tls_messages.h> namespace Botan::TLS { |