- stevesk@cvs.openbsd.org 2001/12/19 17:16:13
     [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
     change the buffer/packet interface to use void* vs. char*; ok markus@
diff --git a/ChangeLog b/ChangeLog
index 7b82125..abf0291 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,6 +44,9 @@
      to the pipe on SIGCHLD wakes up select(). using pselect() is not
      portable and siglongjmp() ugly. W. R. Stevens suggests similar solution.
      initial idea by pmenage@ensim.com; ok deraadt@, djm@
+   - stevesk@cvs.openbsd.org 2001/12/19 17:16:13
+     [authfile.c bufaux.c bufaux.h buffer.c buffer.h packet.c packet.h ssh.c]
+     change the buffer/packet interface to use void* vs. char*; ok markus@
 
 20011219
  - (stevesk) OpenBSD CVS sync X11 localhost display
@@ -7072,4 +7075,4 @@
  - Wrote replacements for strlcpy and mkdtemp
  - Released 1.0pre1
 
-$Id: ChangeLog,v 1.1702 2001/12/21 03:53:11 djm Exp $
+$Id: ChangeLog,v 1.1703 2001/12/21 03:56:54 djm Exp $