commit 1c7862bfb4007f2eafa3180f72c8267c0e628b87 Author: Nick Mathewson nickm@torproject.org Date: Mon Jan 9 13:58:03 2017 -0500
missing backslash --- src/test/fuzz/include.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am index 923340c..75a83c4 100644 --- a/src/test/fuzz/include.am +++ b/src/test/fuzz/include.am @@ -19,7 +19,7 @@ FUZZING_LIBS = \ @TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \ @TOR_SYSTEMD_LIBS@
-oss-fuzz-prereqs: +oss-fuzz-prereqs: \ src/or/libtor-testing.a \ src/common/libor-crypto-testing.a \ $(LIBKECCAK_TINY) \
tor-commits@lists.torproject.org