=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/OVERVIEW,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/ssh/OVERVIEW 2015/07/08 19:01:15 1.12 +++ src/usr.bin/ssh/OVERVIEW 2018/07/10 06:45:29 1.13 @@ -23,9 +23,8 @@ - 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 @@ 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 $