summaryrefslogtreecommitdiff
path: root/OVERVIEW
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2018-07-10 06:45:29 +0000
committerDamien Miller <djm@mindrot.org>2018-07-10 18:07:49 +1000
commitc74ae8e7c45f325f3387abd48fa7dfef07a08069 (patch)
treeb5d4d7d13201c44add3d58531f30ce1569892dba /OVERVIEW
parenta881e5a133d661eca923fb0633a03152ab2b70b2 (diff)
upstream: buffer.[ch] and bufaux.c are no more
OpenBSD-Commit-ID: d1a1852284e554f39525eb4d4891b207cfb3d3a0
Diffstat (limited to 'OVERVIEW')
-rw-r--r--OVERVIEW7
1 files changed, 3 insertions, 4 deletions
diff --git a/OVERVIEW b/OVERVIEW
index fde72c8e0..eb594860c 100644
--- a/OVERVIEW
+++ b/OVERVIEW
@@ -23,9 +23,8 @@ these programs.
23 23
24 - These provide an arbitrary size buffer, where data can be appended. 24 - These provide an arbitrary size buffer, where data can be appended.
25 Data can be consumed from either end. The code is used heavily 25 Data can be consumed from either end. The code is used heavily
26 throughout ssh. The basic buffer manipulation functions are in 26 throughout ssh. The buffer manipulation functions are in
27 buffer.c (header buffer.h), and additional code to manipulate specific 27 sshbuf*.c (header sshbuf.h).
28 data types is in bufaux.c.
29 28
30 Compression Library 29 Compression Library
31 30
@@ -165,4 +164,4 @@ these programs.
165 uidswap.c uid-swapping 164 uidswap.c uid-swapping
166 xmalloc.c "safe" malloc routines 165 xmalloc.c "safe" malloc routines
167 166
168$OpenBSD: OVERVIEW,v 1.12 2015/07/08 19:01:15 markus Exp $ 167$OpenBSD: OVERVIEW,v 1.13 2018/07/10 06:45:29 djm Exp $