summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2015-07-08 19:01:16 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2015-07-08 19:01:16 +0000
commite48553954997a409e2a40062a3e5edf9f9f20f59 (patch)
tree790e5c082b5d084f9f6cd363e2923dec8f4ab2a7 /usr.bin
parentd8a439c1c5438d2ecf169cbe61231e4943fefb12 (diff)
compress.c is gone
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/OVERVIEW6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/OVERVIEW b/usr.bin/ssh/OVERVIEW
index 2e1cc0ba3bb..fde72c8e090 100644
--- a/usr.bin/ssh/OVERVIEW
+++ b/usr.bin/ssh/OVERVIEW
@@ -65,8 +65,8 @@ these programs.
packets. CRC code comes from crc32.c.
- The code in packet.c calls the buffer manipulation routines
- (buffer.c, bufaux.c), compression routines (compress.c, zlib),
- and the encryption routines.
+ (buffer.c, bufaux.c), compression routines (zlib), and the
+ encryption routines.
X11, TCP/IP, and Agent forwarding
@@ -165,4 +165,4 @@ these programs.
uidswap.c uid-swapping
xmalloc.c "safe" malloc routines
-$OpenBSD: OVERVIEW,v 1.11 2006/08/03 03:34:41 deraadt Exp $
+$OpenBSD: OVERVIEW,v 1.12 2015/07/08 19:01:15 markus Exp $