From dbe0ac6fecc9945fe913aebe8a8eb6f90c59e6d1 Mon Sep 17 00:00:00 2001 From: Carie Pointer Date: Mon, 16 Jul 2018 09:49:23 -0700 Subject: [PATCH] Update configure to enable des3 when building OpenSSH --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 202197048..5e6936218 100644 --- a/configure.ac +++ b/configure.ac @@ -1805,6 +1805,10 @@ AC_ARG_ENABLE([des3], [ ENABLED_DES3=no ] ) +if test "$ENABLED_OPENSSH" = "yes" +then + ENABLED_DES3="yes" +fi # IDEA AC_ARG_ENABLE([idea],