From c0c031ec84c764bf38517e0aadc1ff8c65f29a71 Mon Sep 17 00:00:00 2001 From: zrj Date: Fri, 12 Apr 2019 20:24:53 +0300 Subject: [PATCH 1/1] libssh: Disable use of openssl engine. --- lib/libssh/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libssh/config.h b/lib/libssh/config.h index 44b1ddbc82..3e76e7e92f 100644 --- a/lib/libssh/config.h +++ b/lib/libssh/config.h @@ -1676,7 +1676,7 @@ /* #undef USE_LINUX_AUDIT */ /* Enable OpenSSL engine support */ -#define USE_OPENSSL_ENGINE 1 +/* #undef USE_OPENSSL_ENGINE */ /* Define if you want to enable PAM support */ #define USE_PAM 1 -- 2.41.0