summaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/build.mk3
-rw-r--r--fuzz/mem_hash_tree.h1
2 files changed, 2 insertions, 2 deletions
diff --git a/fuzz/build.mk b/fuzz/build.mk
index b03043d6cc..cf2ca5412e 100644
--- a/fuzz/build.mk
+++ b/fuzz/build.mk
@@ -6,8 +6,7 @@
# fuzzer binaries
#
-# TODO(crbug.com/911310) Fix the chromeos-ec build before adding cr50_fuzz back.
-fuzz-test-list-host = host_command_fuzz
+fuzz-test-list-host = cr50_fuzz host_command_fuzz
# For fuzzing targets libec.a is built from the ro objects and hides functions
# that collide with stdlib. The rw only objects are then linked against libec.a
diff --git a/fuzz/mem_hash_tree.h b/fuzz/mem_hash_tree.h
index daf1b14b2b..34f4a40f9a 100644
--- a/fuzz/mem_hash_tree.h
+++ b/fuzz/mem_hash_tree.h
@@ -11,6 +11,7 @@
#include <unordered_map>
#include <vector>
+#define HIDE_EC_STDLIB
#include "board/host/dcrypto.h"
#include "fuzz/span.h"