From adf8982d8ec8a1f84bdf48b0129f5fccbb12e51b Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:48:50 +0100 Subject: fuzz: extend fuzzing coverage (#2205) --- fuzz/fuzz_gcrypt_cipher.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fuzz/fuzz_gcrypt_cipher.cpp') diff --git a/fuzz/fuzz_gcrypt_cipher.cpp b/fuzz/fuzz_gcrypt_cipher.cpp index 270c583ea..703e480a7 100644 --- a/fuzz/fuzz_gcrypt_cipher.cpp +++ b/fuzz/fuzz_gcrypt_cipher.cpp @@ -5,8 +5,8 @@ #define MBEDTLS_CHECK_RETURN_TYPICAL #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) do { } while( 0 ) -#include "../src/lib/third_party/include/gcrypt/cipher.h" -#include "../src/lib/third_party/include/gcrypt/aes.h" +#include "gcrypt/cipher.h" +#include "gcrypt/aes.h" extern int force_no_aesni; -- cgit v1.2.3