- wcobb@cvs.openbsd.org 2002/11/26 00:45:03
     [scp.c ssh-keygen.c]
     Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
     ok markus@
diff --git a/ChangeLog b/ChangeLog
index 2b7f8d6..dbef2c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,10 @@
   - stevesk@cvs.openbsd.org 2002/11/24 21:46:24
      [ssh-keysign.8]
      typo: "the the"
+   - wcobb@cvs.openbsd.org 2002/11/26 00:45:03
+     [scp.c ssh-keygen.c]
+     Remove unnecessary fflush(stderr) calls, stderr is unbuffered by default.
+     ok markus@
 
 20021205
  - (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
@@ -861,4 +865,4 @@
      save auth method before monitor_reset_key_state(); bugzilla bug #284;
      ok provos@
 
-$Id: ChangeLog,v 1.2522 2002/12/23 02:09:59 mouring Exp $
+$Id: ChangeLog,v 1.2523 2002/12/23 02:11:02 mouring Exp $