diff options
author | Martin Schiller <ms@dev.tdt.de> | 2017-02-27 09:05:30 +0100 |
---|---|---|
committer | Martin Schiller <ms@dev.tdt.de> | 2017-02-27 09:05:30 +0100 |
commit | 32012c627416b2e377e9afa4e311d20782b4bbc4 (patch) | |
tree | 725c775ff0fdfe6e8253d81425cbd9aa793d3311 /net | |
parent | 068c12f108256b2978f5947c914fecf2fdce6127 (diff) |
openssh: Fix ssl-engine support
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'net')
-rw-r--r-- | net/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index b6881c2b1..e4076cd7e 100644 --- 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 |