From 32012c627416b2e377e9afa4e311d20782b4bbc4 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Mon, 27 Feb 2017 09:05:30 +0100 Subject: [PATCH] openssh: Fix ssl-engine support Signed-off-by: Martin Schiller --- net/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index b6881c2b1..e4076cd7e 100644 --- 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