upstream: buffer.[ch] and bufaux.c are no more

OpenBSD-Commit-ID: d1a1852284e554f39525eb4d4891b207cfb3d3a0
This commit is contained in:
djm@openbsd.org 2018-07-10 06:45:29 +00:00 committed by Damien Miller
parent a881e5a133
commit c74ae8e7c4
1 changed files with 3 additions and 4 deletions

View File

@ -23,9 +23,8 @@ these programs.
- These provide an arbitrary size buffer, where data can be appended. - These provide an arbitrary size buffer, where data can be appended.
Data can be consumed from either end. The code is used heavily Data can be consumed from either end. The code is used heavily
throughout ssh. The basic buffer manipulation functions are in throughout ssh. The buffer manipulation functions are in
buffer.c (header buffer.h), and additional code to manipulate specific sshbuf*.c (header sshbuf.h).
data types is in bufaux.c.
Compression Library Compression Library
@ -165,4 +164,4 @@ these programs.
uidswap.c uid-swapping uidswap.c uid-swapping
xmalloc.c "safe" malloc routines 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 $