Browse Source

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>
lilik-openwrt-22.03
tripolar 8 years ago
committed by GitHub
parent
commit
a9bed40d4e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/openssh/Makefile

+ 1
- 1
net/openssh/Makefile 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


Loading…
Cancel
Save