diff options
author | Alex Gaynor <[email protected]> | 2016-12-28 09:08:57 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2016-12-28 09:08:57 -0500 |
commit | 2c68b5646db7563e3e01d069bbc946746b970b49 (patch) | |
tree | 3565b46d5bf27b7cdb5a68a10aa42393a5d5b9b2 | |
parent | 0f0b147f57fda3459143e71b4c1ff4444d27fdd3 (diff) |
Fix building this fuzzer
(untested)
-rw-r--r-- | src/extra_tests/fuzzers/jigs/tls_client_hello.cpp | 2 |
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) { |