summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-01-26 12:29:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-01-26 12:29:32 +0000
commit81f28ca5676b9dd8c75f6e323db16789e7e37f60 (patch)
tree32d740cd55c6d9e57fa0a5f6e11967dbb51fc839 /CHANGES
parent1b32943215b55f489499fc8f74d3029bd34fcb8c (diff)
Typo
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 3fa0adf5fe..88eaf5bc71 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
*) 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