aboutsummaryrefslogtreecommitdiffstats
path: root/src/extra_tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/extra_tests')
-rw-r--r--src/extra_tests/fuzzers/jigs/tls_client_hello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extra_tests/fuzzers/jigs/tls_client_hello.cpp b/src/extra_tests/fuzzers/jigs/tls_client_hello.cpp
index 33b6f941a..7c95c7db3 100644
--- a/src/extra_tests/fuzzers/jigs/tls_client_hello.cpp
+++ b/src/extra_tests/fuzzers/jigs/tls_client_hello.cpp
@@ -4,7 +4,7 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
#include "driver.h"
-#include <botan/internal/tls_messages.h>
+#include <botan/tls_messages.h>
void fuzz(const uint8_t in[], size_t len)
{