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

diff --git a/CHANGES b/CHANGES
index 6b11989fe62fa0e9c0a2be476f5832545dd8cb17..c9329f9f5496bab09541d0c0bedd6ab2ec8ce360 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
 
   *) 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
      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