Skip to content

Commit

Permalink
Merge pull request #7811 from lealem47/removeNULL
Browse files Browse the repository at this point in the history
Remove HAVE_NULL_CIPHER from --enable-openssh
  • Loading branch information
SparkiDev authored Jul 31, 2024
2 parents dbf88e4 + fb3185b commit 407b789
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 407b789

Please sign in to comment.