commit a9bed40d4ee52ba9516a50fdb5e8fc2a6d2e8ecb
parent 068c12f108256b2978f5947c914fecf2fdce6127
Author: tripolar <tripolar@users.noreply.github.com>
Date: Mon, 27 Feb 2017 18:08:19 +0100
Merge pull request #4078 from TDT-GmbH/openssh_engine_fix
openssh: Fix ssl-engine support
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/openssh/Makefile b/net/openssh/Makefile
@@ -175,7 +175,7 @@ CONFIGURE_ARGS += \
--without-pam
endif
-ifeq ($(CONFIG_OPENSSL_ENGINE),y)
+ifeq ($(CONFIG_OPENSSL_ENGINE_CRYPTO),y)
CONFIGURE_ARGS+= \
--with-ssl-engine
endif