diff options
author | Matt Johnston <matt@ucc.asn.au> | 2020-10-23 23:10:20 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2020-10-23 23:10:20 +0800 |
commit | f37def57b089a884df51072cb24e830701ecbeaa (patch) | |
tree | 12017ee2c70c8a0c1dfe98c59029e0015a7463a0 /configure.ac | |
parent | 1a208c460b412113704c4d5f98585017ee0a6ccf (diff) |
Move fuzzing code to fuzz/ subdirectory, improve Makefile.in
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 473cea5..8f552a8 100644 --- a/configure.ac +++ b/configure.ac @@ -347,6 +347,7 @@ AC_ARG_ENABLE(fuzz, DROPBEAR_FUZZ=1 # libfuzzer needs linking with c++ libraries AC_PROG_CXX + mkdir -pv fuzz else AC_DEFINE(DROPBEAR_FUZZ, 0, Fuzzing) AC_MSG_NOTICE(Disabling fuzzing) |