From: Nick Mathewson Date: Mon, 9 Jan 2017 18:58:03 +0000 (-0500) Subject: missing backslash X-Git-Tag: tor-0.3.0.3-alpha~36^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c7862bfb4007f2eafa3180f72c8267c0e628b87;p=thirdparty%2Ftor.git missing backslash --- diff --git a/src/test/fuzz/include.am b/src/test/fuzz/include.am index 923340cd11..75a83c40e6 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) \