aboutsummaryrefslogtreecommitdiff
path: root/fuzz/fuzz_gcrypt_aes.cpp
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2023-12-11 12:48:50 +0100
committerGitHub <noreply@github.com>2023-12-11 12:48:50 +0100
commitadf8982d8ec8a1f84bdf48b0129f5fccbb12e51b (patch)
tree228d72dfcb917f90e544eb42326ece865179de44 /fuzz/fuzz_gcrypt_aes.cpp
parent59d476195cb3ac5cf6bd139f43698c3cdc1a8b7a (diff)
fuzz: extend fuzzing coverage (#2205)
Diffstat (limited to 'fuzz/fuzz_gcrypt_aes.cpp')
-rw-r--r--fuzz/fuzz_gcrypt_aes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz_gcrypt_aes.cpp b/fuzz/fuzz_gcrypt_aes.cpp
index 1469ab0ce..527a501f9 100644
--- a/fuzz/fuzz_gcrypt_aes.cpp
+++ b/fuzz/fuzz_gcrypt_aes.cpp
@@ -3,7 +3,7 @@
#include "fuzzer/FuzzedDataProvider.h"
#define MBEDTLS_CHECK_RETURN_TYPICAL
-#include "../src/lib/third_party/include/gcrypt/aes.h"
+#include "gcrypt/aes.h"
extern int force_no_aesni;