summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-17 13:29:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-17 13:29:41 +0000
commit10a11e3abe54c4b8ce537f84416092d7e7c7d8a4 (patch)
treefd68b9ba5eec6171ae0f059e4014c4677d080118 /CHANGES
parent414180b363ab9ba1104bb738c4f9e80d525c9b3c (diff)
downloadcurl-10a11e3abe54c4b8ce537f84416092d7e7c7d8a4.tar.gz
- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when
available.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 52436e91a..82a9f2d41 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel Stenberg (17 Dec 2009)
+- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when
+ available.
+
- Follow-up fix for the proxy fix I did for Jon Nelson's bug. It turned out I
was a bit too quick and broke test case 1101 with that change. The order of
some of the setups is sensitive. I now changed it slightly again to make