From fb3185bb72b44bab6c5200582a1d059b2a500d3f Mon Sep 17 00:00:00 2001 From: Lealem Amedie Date: Tue, 30 Jul 2024 10:46:56 -0600 Subject: [PATCH] Remove HAVE_NULL_CIPHER from --enable-openssh --- configure.ac | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 43aaa84b7..319432161 100644 --- a/configure.ac +++ b/configure.ac @@ -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"