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>
This commit is contained in:
tripolar 2017-02-27 18:08:19 +01:00 committed by GitHub
commit a9bed40d4e

View 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