Skip to content

Commit

Permalink
Remove HAVE_NULL_CIPHER from --enable-openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
lealem47 committed Jul 30, 2024
1 parent 92f1c6e commit fb3185b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3570,11 +3570,6 @@ AC_ARG_ENABLE([nullcipher],
[ ENABLED_NULL_CIPHER=no ]
)

if test "$ENABLED_OPENSSH" = "yes"
then
ENABLED_NULL_CIPHER="yes"
fi

if test "$ENABLED_NULL_CIPHER" = "yes"
then
AM_CFLAGS="$AM_CFLAGS -DHAVE_NULL_CIPHER"
Expand Down

0 comments on commit fb3185b

Please sign in to comment.