diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-02 02:56:29 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-02 02:56:29 +0000 |
commit | 28824c0b83fedcb931002eeb5a5c6939c0415778 (patch) | |
tree | 42c37a3af1050d1535ee3d8a45bd751c2f0f514c /security/Makefile | |
parent | Add AFSP, a set of audio file conversion utilities. (diff) |
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 <eric@cybernut.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |