tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

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

Add TOR_TRACE_LIBS to fuzzing_include_am.py

(It looks like it was forgotten previously)

Diffstat:
Mscripts/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 @@ -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