- djm@cvs.openbsd.org 2006/04/20 09:27:09
     [auth.h clientloop.c dispatch.c dispatch.h kex.h]
     replace the last non-sig_atomic_t flag used in a signal handler with a
     sig_atomic_t, unfortunately with some knock-on effects in other (non-
     signal) contexts in which it is used; ok markus@
diff --git a/ChangeLog b/ChangeLog
index 551845a..8131cd6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,11 @@
      that sftp and sftp-server (which use the Buffer functions in bufaux.c 
      but not the bignum ones) no longer need to be linked with libcrypto.
      ok markus@
+   - djm@cvs.openbsd.org 2006/04/20 09:27:09
+     [auth.h clientloop.c dispatch.c dispatch.h kex.h]
+     replace the last non-sig_atomic_t flag used in a signal handler with a
+     sig_atomic_t, unfortunately with some knock-on effects in other (non-
+     signal) contexts in which it is used; ok markus@
 
 20060421
  - (djm) [Makefile.in configure.ac session.c sshpty.c]
@@ -4558,4 +4563,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4311 2006/04/23 02:08:19 djm Exp $
+$Id: ChangeLog,v 1.4312 2006/04/23 02:08:37 djm Exp $