From dbe0ac6fecc9945fe913aebe8a8eb6f90c59e6d1 Mon Sep 17 00:00:00 2001 From: Carie Pointer Date: Mon, 16 Jul 2018 09:49:23 -0700 Subject: [PATCH 1/2] 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], From ea769b831ccf0d9e0322fa452d9d34ac3b090b37 Mon Sep 17 00:00:00 2001 From: Carie Pointer Date: Mon, 16 Jul 2018 13:09:45 -0700 Subject: [PATCH 2/2] Fix tab indentation --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5e6936218..cc143a61a 100644 --- a/configure.ac +++ b/configure.ac @@ -1807,7 +1807,7 @@ AC_ARG_ENABLE([des3], if test "$ENABLED_OPENSSH" = "yes" then - ENABLED_DES3="yes" + ENABLED_DES3="yes" fi # IDEA