Browse Source

openssh: Fix ssl-engine support

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
lilik-openwrt-22.03
Martin Schiller 8 years ago
parent
commit
32012c6274
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