From 28824c0b83fedcb931002eeb5a5c6939c0415778 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 2 Jun 2000 02:56:29 +0000 Subject: Add LSH, a login program similar to SSH. It depends on SECSH, which does not require any patent-encumbered encryption algorithms, unlike SSH1, which depends on RSA, and SSH2, which is not free (of course, these days, this is not so true thanks to OpenSSH, but it's good to have alternatives!). PR: 18879 Submitted by: Eric Schwertfeger --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index a1f9d3f0dfc6..6631071893e3 100644 --- a/security/Makefile +++ b/security/Makefile @@ -40,6 +40,7 @@ SUBDIR += librc4 SUBDIR += librsaintl SUBDIR += logcheck + SUBDIR += lsh SUBDIR += lxnb SUBDIR += mhash SUBDIR += nbaudit -- cgit v1.2.3