This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
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
068c12f108
commit
32012c6274
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/openssh/Makefile
+ 1
- 1
net/openssh/Makefile
View File
@ -175,7 +175,7 @@ CONFIGURE_ARGS += \
--without-pam
--without-pam
e
n
d
i
f
e
n
d
i
f
i
f
e
q
(
$(
CONFIG_OPENSSL_ENGINE
)
,
y
)
i
f
e
q
(
$(
CONFIG_OPENSSL_ENGINE
_CRYPTO
)
,
y
)
CONFIGURE_ARGS
+=
\
CONFIGURE_ARGS
+=
\
--with-ssl-engine
--with-ssl-engine
e
n
d
i
f
e
n
d
i
f
Write
Preview
Loading…
Cancel
Save