commit 4ae881928b04d4d6fea27460f3379ed79d069336
Author: Nick Mathewson <[email protected]>
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



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to