openssh: Fix ssl-engine support 4078/head
authorMartin Schiller <ms@dev.tdt.de>
Mon, 27 Feb 2017 08:05:30 +0000 (09:05 +0100)
committerMartin Schiller <ms@dev.tdt.de>
Mon, 27 Feb 2017 08:05:30 +0000 (09:05 +0100)
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
net/openssh/Makefile

index b6881c2b1d33e1b63f97ba108458ae2c4ba6b49b..e4076cd7e823cf45ec18a3a636974cab15af5bc6 100644 (file)
@@ -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