summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r--usr.bin/ssh/OVERVIEW5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/OVERVIEW b/usr.bin/ssh/OVERVIEW
index 7a8219223e7..a8b67e4e27a 100644
--- a/usr.bin/ssh/OVERVIEW
+++ b/usr.bin/ssh/OVERVIEW
@@ -23,14 +23,13 @@ these programs.
Compression Library
- - Ssh uses the GNU GZIP compression library (ZLIB). It resides in
- the zlib095 subdirectory.
+ - Ssh uses the GNU GZIP compression library (ZLIB).
Encryption/Decryption
- Ssh contains several encryption algorithms. These are all
accessed through the cipher.h interface. The interface code is
- in cipher.c, and the implementations in des.c, ssh_md5.c, rc4.c.
+ in cipher.c, and the implementations are in libc.
Multiple Precision Integer Library