comparison Makefile.in @ 1775:8179eabe16c9

fuzzing - fix some wrong types and -lcrypt on macos
author Matt Johnston <matt@ucc.asn.au>
date Mon, 02 Nov 2020 20:33:48 +0800
parents af9ed0815818
children 97ad26e397a5
comparison
equal deleted inserted replaced
1774:833bf9947603 1775:8179eabe16c9
288 # make fuzzstandalone 288 # make fuzzstandalone
289 # provides a main in fuzz-harness.c 289 # provides a main in fuzz-harness.c
290 fuzz-targets: $(FUZZ_TARGETS) $(FUZZER_OPTIONS) 290 fuzz-targets: $(FUZZ_TARGETS) $(FUZZER_OPTIONS)
291 291
292 $(FUZZ_TARGETS): $(FUZZ_OBJS) $(allobjs) $(LIBTOM_DEPS) 292 $(FUZZ_TARGETS): $(FUZZ_OBJS) $(allobjs) $(LIBTOM_DEPS)
293 $(CXX) $(CXXFLAGS) fuzz/[email protected] $(LDFLAGS) $(allobjs) -o $@$(EXEEXT) $(LIBTOM_LIBS) $(LIBS) $(FUZZLIB) -lcrypt 293 $(CXX) $(CXXFLAGS) fuzz/[email protected] $(LDFLAGS) $(allobjs) -o $@$(EXEEXT) $(LIBTOM_LIBS) $(LIBS) $(FUZZLIB) @CRYPTLIB@
294 294
295 # fuzzers that use the custom mutator - these expect a SSH network stream 295 # fuzzers that use the custom mutator - these expect a SSH network stream
296 MUTATOR_FUZZERS=fuzzer-client fuzzer-client_nomaths \ 296 MUTATOR_FUZZERS=fuzzer-client fuzzer-client_nomaths \
297 fuzzer-preauth fuzzer-preauth_nomaths 297 fuzzer-preauth fuzzer-preauth_nomaths
298 $(MUTATOR_FUZZERS): allobjs += fuzz/fuzz-sshpacketmutator.o 298 $(MUTATOR_FUZZERS): allobjs += fuzz/fuzz-sshpacketmutator.o