summaryrefslogtreecommitdiff
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 2e1cc0ba3..fde72c8e0 100644
--- a/OVERVIEW
+++ b/OVERVIEW
@@ -65,8 +65,8 @@ these programs.
65 packets. CRC code comes from crc32.c. 65 packets. CRC code comes from crc32.c.
66 66
67 - The code in packet.c calls the buffer manipulation routines 67 - The code in packet.c calls the buffer manipulation routines
68 (buffer.c, bufaux.c), compression routines (compress.c, zlib), 68 (buffer.c, bufaux.c), compression routines (zlib), and the
69 and the encryption routines. 69 encryption routines.
70 70
71 X11, TCP/IP, and Agent forwarding 71 X11, TCP/IP, and Agent forwarding
72 72
@@ -165,4 +165,4 @@ these programs.
165 uidswap.c uid-swapping 165 uidswap.c uid-swapping
166 xmalloc.c "safe" malloc routines 166 xmalloc.c "safe" malloc routines
167 167
168$OpenBSD: OVERVIEW,v 1.11 2006/08/03 03:34:41 deraadt Exp $ 168$OpenBSD: OVERVIEW,v 1.12 2015/07/08 19:01:15 markus Exp $