Typo
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Jan 2010 12:29:48 +0000 (12:29 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Jan 2010 12:29:48 +0000 (12:29 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 75efddf8950c533873f12fe9d136691ff71da3d1..626ac57e54dfb3ac6b721c64729f2f508693942c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
   *) Modify compression code so it frees up structures without using the
      ex_data callbacks. This works around a problem where some applications
-     call CRYPTO_free_all_ex_data() before application exit (e.g. when
+     call CRYPTO_cleanup_all_ex_data() before application exit (e.g. when
      restarting) then use compression (e.g. SSL with compression) later.
      This results in significant per-connection memory leaks and
      has caused some security issues including CVE-2008-1678 and