Skip to content

Commit

Permalink
Merge pull request #135 from LedgerHQ/fix/apa/fuzzing
Browse files Browse the repository at this point in the history
Fix fuzzing
  • Loading branch information
apaillier-ledger authored Feb 2, 2024
2 parents c4585b8 + f0ea4af commit 8dbd4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fuzzing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ include_directories(
${BOLOS_SDK}/lib_cxng/include
${BOLOS_SDK}/lib_cxng/src
${BOLOS_SDK}/target/nanox/include
${ETH_DIR}/include
${ETH_DIR}/src
${SRC_DIR}
)

Expand All @@ -92,8 +92,8 @@ add_executable(fuzz
${SRC_DIR}/handle_query_contract_id.c

# Ethereum SDK
${ETH_DIR}/include/eth_internals.c
${ETH_DIR}/include/plugin_utils.c
${ETH_DIR}/src/common_utils.c
${ETH_DIR}/src/plugin_utils.c

# cxng
${BOLOS_SDK}/lib_cxng/src/cx_hash.c
Expand Down

0 comments on commit 8dbd4d7

Please sign in to comment.