mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- #if not #ifdef for DROPBEAR_FUZZ
- fix some unused variables --HG-- branch : fuzz
This commit is contained in:
@@ -12,7 +12,7 @@ AC_CONFIG_SRCDIR(buffer.c)
|
||||
# Record which revision is being built
|
||||
if which -s hg && test -d "$srcdir/.hg"; then
|
||||
hgrev=`hg id -i -R "$srcdir"`
|
||||
echo "Source directory Mercurial base revision $hgrev"
|
||||
AC_MSG_NOTICE([Source directory Mercurial base revision $hgrev])
|
||||
fi
|
||||
|
||||
# Checks for programs.
|
||||
@@ -330,6 +330,7 @@ AC_ARG_ENABLE(fuzz,
|
||||
DROPBEAR_FUZZ=1
|
||||
],
|
||||
[
|
||||
AC_DEFINE(DROPBEAR_FUZZ, 0, Fuzzing)
|
||||
DROPBEAR_FUZZ=0
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user