mem functions cleanup
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index b4cc2d4c93e1c8db7cacda042d07b7d9f7f3adcd..31fe88a9ab51664ccd9f39dfd9d92191adcce684 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
      [Richard Levitte]
 
+  *) Revamped memory debug; only -DCRYPTO_MDEBUG and -DCRYPTO_MDEBUG_ABORT
+     are used; the latter aborts on memory leaks (usually checked on exit).
+     Some undocumented "set malloc, etc., hooks" functions were removed
+     and others were changed.  All are now documented.
+     [Rich Salz]
+
   *) In DSA_generate_parameters_ex, if the provided seed is too short,
      return an error
      [Rich Salz and Ismo Puustinen <ismo.puustinen@intel.com>]