summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-07-08 19:01:15 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:36:21 +1000
commit2521cf0e36c7f3f6b19f206da0af134f535e4a31 (patch)
tree147b8d977e928e9774dbef839a88e34ec9986120
parentc65a7aa6c43aa7a308ee1ab8a96f216169ae9615 (diff)
upstream commit
compress.c is gone Upstream-ID: 174fa7faa9b9643cba06164b5e498591356fbced
-rw-r--r--OVERVIEW6
1 files changed, 3 insertions, 3 deletions
diff --git a/OVERVIEW b/OVERVIEW
index 2e1cc0ba..fde72c8e 100644
--- a/OVERVIEW
+++ b/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 $