From 73abed1a49158091c1165703bc0b20575648d09f Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sun, 4 Mar 2018 19:38:49 +0000 Subject: [PATCH] Enable USE_SSH_EXTENDED which will allow support for sftp in the future. --- 3rdp/build/cl-algorithms.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3rdp/build/cl-algorithms.patch b/3rdp/build/cl-algorithms.patch index 1aea3268e7..81cede2f05 100644 --- a/3rdp/build/cl-algorithms.patch +++ b/3rdp/build/cl-algorithms.patch @@ -1,10 +1,11 @@ --- misc/config.h.orig 2018-02-15 02:26:59.017103000 -0500 +++ misc/config.h 2018-02-15 02:27:50.400787000 -0500 -@@ -9,6 +9,7 @@ +@@ -9,6 +9,8 @@ #define _CONFIG_DEFINED +#define USE_PROBLEMATIC_ALGORITHMS ++#define USE_SSH_EXTENDED /**************************************************************************** * * * Custom Configuration Profiles * -- GitLab