Skip to content
Snippets Groups Projects
Commit 32012c62 authored by Martin Schiller's avatar Martin Schiller
Browse files

openssh: Fix ssl-engine support


Signed-off-by: default avatarMartin Schiller <ms@dev.tdt.de>
parent 068c12f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment