]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: buffer.[ch] and bufaux.c are no more
authordjm@openbsd.org <djm@openbsd.org>
Tue, 10 Jul 2018 06:45:29 +0000 (06:45 +0000)
committerDamien Miller <djm@mindrot.org>
Tue, 10 Jul 2018 08:07:49 +0000 (18:07 +1000)
OpenBSD-Commit-ID: d1a1852284e554f39525eb4d4891b207cfb3d3a0

OVERVIEW

index fde72c8e090517b43f7eebee0d47ce3b12a8d2fe..eb594860cb02e3a2d668b2f64a0d70c496930e52 100644 (file)
--- a/OVERVIEW
+++ b/OVERVIEW
@@ -23,9 +23,8 @@ these programs.
 
     - These provide an arbitrary size buffer, where data can be appended.
       Data can be consumed from either end.  The code is used heavily
-      throughout ssh.  The basic buffer manipulation functions are in
-      buffer.c (header buffer.h), and additional code to manipulate specific
-      data types is in bufaux.c.
+      throughout ssh.  The buffer manipulation functions are in
+      sshbuf*.c (header sshbuf.h).
 
   Compression Library
 
@@ -165,4 +164,4 @@ these programs.
        uidswap.c    uid-swapping
        xmalloc.c    "safe" malloc routines
 
-$OpenBSD: OVERVIEW,v 1.12 2015/07/08 19:01:15 markus Exp $
+$OpenBSD: OVERVIEW,v 1.13 2018/07/10 06:45:29 djm Exp $