[libssh] The ssh_server_fuzzer code is in the source directory (#1165)

Fixes #1161
This commit is contained in:
Andreas Schneider 2018-02-15 15:54:49 +01:00 committed by Abhishek Arya
parent 106bb66541
commit b27bf929a7
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ cmake -DCMAKE_C_COMPILER="$CC" -DCMAKE_CXX_COMPILER="$CXX" \
make "-j$(nproc)"
$CXX $CXXFLAGS -std=c++11 -Iinclude/ \
"tests/fuzz/ssh_server_fuzzer.cpp" -o "$OUT/libssh_server_fuzzer" \
"$SRC/tests/fuzz/ssh_server_fuzzer.cpp" -o "$OUT/libssh_server_fuzzer" \
-lFuzzingEngine ./src/libssh.a -Wl,-Bstatic -lcrypto -lz -Wl,-Bdynamic
popd