summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2018-07-10 06:45:30 +0000
committerDamien Miller <djm@cvs.openbsd.org>2018-07-10 06:45:30 +0000
commit1805b6856b968dff7d4a7c56a6d9f12a79d0bd2d (patch)
treea5b00f2fc7a03249fbc0681e15d9f6e246577d89
parent73d1145dde47c933690512e586b1cd0c925ff07a (diff)
buffer.[ch] and bufaux.c are no more
-rw-r--r--usr.bin/ssh/OVERVIEW7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/ssh/OVERVIEW b/usr.bin/ssh/OVERVIEW
index fde72c8e090..eb594860cb0 100644
--- a/usr.bin/ssh/OVERVIEW
+++ b/usr.bin/ssh/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 $