From bd62ad15e534e93f005d0e58bb72323cc007a10b Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 7 Oct 2017 08:38:32 +0200 Subject: [PATCH] Trigger installation of libssh Change-Id: I41e499d040c5102234ad78370597e76a7de7f4b8 --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index d40edd1da..95ffb63f4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -262,7 +262,7 @@ SUBDIR+= ../crypto/external/bsd/heimdal/lib # depends on libcrypto .endif .if (${MKCRYPTO} != "no") -#SUBDIR+= ../crypto/external/bsd/openssh/lib # depends on libcrypto, libz +SUBDIR+= ../crypto/external/bsd/openssh/lib # depends on libcrypto, libz SUBDIR+= ../crypto/external/bsd/netpgp/lib # depends on libcrypto, ... .endif