- markus@cvs.openbsd.org 2002/08/22 21:33:58
     [auth1.c auth2.c]
     auth_root_allowed() is handled by the monitor in the privsep case,
     so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
diff --git a/ChangeLog b/ChangeLog
index 1c00c95..07699b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,10 @@
    - stevesk@cvs.openbsd.org 2002/08/22 20:57:19
      [ssh-agent.c]
      shutdown(SHUT_RDWR) not needed before close here; ok markus@
+   - markus@cvs.openbsd.org 2002/08/22 21:33:58
+     [auth1.c auth2.c]
+     auth_root_allowed() is handled by the monitor in the privsep case,
+     so skip this for use_privsep, ok stevesk@, fixes bugzilla #387/325
 
 20020820
  - OpenBSD CVS Sync
@@ -1564,4 +1568,4 @@
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2433 2002/09/04 06:33:31 djm Exp $
+$Id: ChangeLog,v 1.2434 2002/09/04 06:37:26 djm Exp $