aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-12-28 09:47:35 -0500
committerJack Lloyd <[email protected]>2016-12-28 09:48:05 -0500
commit317a84c2f43af97043313fcf7584af087f8ac2d2 (patch)
treec078cdc2f864e713f42468cd719b9161317144a0 /src
parent07b1e97ec0524891cf0665c843bf1da2c2c3e59e (diff)
parent2c68b5646db7563e3e01d069bbc946746b970b49 (diff)
Merge GH #786 Fix fuzzer after #783 header change
[ci skip]
Diffstat (limited to 'src')
-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)
{