From 58c0da84dd23b5cad248bdd42d38d20acb6c7966 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 26 Jan 2010 12:30:00 +0000 Subject: [PATCH] Typo --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 6b11989fe6..c9329f9f54 100644 --- a/CHANGES +++ b/CHANGES @@ -891,7 +891,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 -- 2.34.1