lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 32012c627416b2e377e9afa4e311d20782b4bbc4
parent 068c12f108256b2978f5947c914fecf2fdce6127
Author: Martin Schiller <ms@dev.tdt.de>
Date:   Mon, 27 Feb 2017 09:05:30 +0100

openssh: Fix ssl-engine support

Signed-off-by: Martin Schiller <ms@dev.tdt.de>

Diffstat:
Mnet/openssh/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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