From: Martin Schiller Date: Mon, 27 Feb 2017 08:05:30 +0000 (+0100) Subject: openssh: Fix ssl-engine support X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=32012c627416b2e377e9afa4e311d20782b4bbc4;p=openwrt-packages.git openssh: Fix ssl-engine support Signed-off-by: Martin Schiller --- 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