diff options
Diffstat (limited to 'fuzz/fuzz_gcrypt_cipher.cpp')
-rw-r--r-- | fuzz/fuzz_gcrypt_cipher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |