- millert@cvs.openbsd.org 2002/08/02 14:43:15
     [monitor.c monitor_mm.c]
     Change mm_zalloc() sanity checks to be more in line with what
     we do in calloc() and add a check to monitor_mm.c.
     OK provos@ and markus@
diff --git a/ChangeLog b/ChangeLog
index 9e00256..34fe5f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+20020820
+ - OpenBSD CVS Sync
+   - millert@cvs.openbsd.org 2002/08/02 14:43:15
+     [monitor.c monitor_mm.c]
+     Change mm_zalloc() sanity checks to be more in line with what
+     we do in calloc() and add a check to monitor_mm.c.
+     OK provos@ and markus@
+
 20020813
  - (tim) [configure.ac] Display OpenSSL header/library version.
    Patch by dtucker@zip.com.au
@@ -1494,4 +1502,4 @@
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2414 2002/08/14 01:52:10 tim Exp $
+$Id: ChangeLog,v 1.2415 2002/08/20 18:36:25 mouring Exp $