Skip to content

Commit

Permalink
Merge pull request #137 from LedgerHQ/cev/fix_fuzzing_after_sdk_update
Browse files Browse the repository at this point in the history
Fix fuzzer compilation by adding HAVE_SHA224
  • Loading branch information
fbeutin-ledger committed Feb 22, 2024
2 parents 7aa3a8b + 4661094 commit 6b4ace4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzzing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ add_compile_definitions(
HAVE_EDDSA
HAVE_HASH
HAVE_BLAKE2
HAVE_SHA224
HAVE_SHA256
HAVE_SHA3
HAVE_SHA512
Expand Down

0 comments on commit 6b4ace4

Please sign in to comment.