Some constification and stacks that slipped through the cracks (how?).
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 3f425a3b95181efb60245fb824fd4c8595c8eab0..c762dc68e685000e220ebb99c8f2f18c00292d20 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
 
  Changes between 0.9.3a and 0.9.4
 
+  *) Introduce some semblance of const correctness to BN. Shame C doesn't
+     support mutable.
+     [Ben Laurie]
+
   *) "linux-sparc64-gcc" configuration (ultrapenguin).
      [Ray Miller <ray.miller@oucs.ox.ac.uk>]
 
@@ -18,7 +22,6 @@
   *) Support BS2000/OSD-POSIX.
      [Martin Kraemer <Martin.Kraemer@MchP.Siemens.De>]
 
->>>>>>> 1.252
   *) Make callbacks for key generation use void * instead of char *.
      [Ben Laurie]