summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-25 21:34:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-25 21:34:02 +0000
commit6879e1ce1c769f69bb48bf4c01f182505da06979 (patch)
treec78e2b2c4c879808edeede9fef7d61e6d5b7dc1f
parentfaae27ede013adc82cda9ed80626a89f3d9ef6fb (diff)
document more external components
-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