mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -175,7 +175,7 @@ CONFIGURE_ARGS += \
|
|||||||
--without-pam
|
--without-pam
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_OPENSSL_ENGINE),y)
|
ifeq ($(CONFIG_OPENSSL_ENGINE_CRYPTO),y)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-ssl-engine
|
--with-ssl-engine
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user