diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-01-09 13:58:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-30 08:37:26 -0500 |
commit | 1c7862bfb4007f2eafa3180f72c8267c0e628b87 (patch) | |
tree | 5b50ccba654921060b1ab02bcd957de0255ebb22 /src | |
parent | f547352637f18f4d034027b96b26511150a94c4d (diff) | |
download | tor-1c7862bfb4007f2eafa3180f72c8267c0e628b87.tar.gz tor-1c7862bfb4007f2eafa3180f72c8267c0e628b87.zip |
missing backslash
Diffstat (limited to 'src')
-rw-r--r-- | src/test/fuzz/include.am | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |