[tor-commits] [tor/master] Add TOR_TRACE_LIBS to fuzzing_include_am.py

nickm at torproject.org nickm at torproject.org
Fri Oct 23 14:36:09 UTC 2020


commit 4ae881928b04d4d6fea27460f3379ed79d069336
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Sep 18 14:30:03 2020 -0400

    Add TOR_TRACE_LIBS to fuzzing_include_am.py
    
    (It looks like it was forgotten previously)
---
 scripts/codegen/fuzzing_include_am.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/codegen/fuzzing_include_am.py b/scripts/codegen/fuzzing_include_am.py
index 3f8e51810b..b52b956f81 100755
--- a/scripts/codegen/fuzzing_include_am.py
+++ b/scripts/codegen/fuzzing_include_am.py
@@ -38,7 +38,8 @@ FUZZING_LIBS = \
 	@TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_SHLWAPI@ @TOR_LIB_GDI@ @TOR_LIB_USERENV@ @CURVE25519_LIBS@ \
 	@TOR_SYSTEMD_LIBS@ \
 	@TOR_LZMA_LIBS@ \
-	@TOR_ZSTD_LIBS@
+	@TOR_ZSTD_LIBS@ \
+	@TOR_TRACE_LIBS@
 
 oss-fuzz-prereqs: \
     src/test/libtor-testing.a





More information about the tor-commits mailing list