]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream commit
authormarkus@openbsd.org <markus@openbsd.org>
Wed, 8 Jul 2015 19:01:15 +0000 (19:01 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 15 Jul 2015 05:36:21 +0000 (15:36 +1000)
compress.c is gone

Upstream-ID: 174fa7faa9b9643cba06164b5e498591356fbced

OVERVIEW

index 2e1cc0ba3bbd30df7333c2a6deb7d848eddc72ed..fde72c8e090517b43f7eebee0d47ce3b12a8d2fe 100644 (file)
--- 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 $