diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-12-17 13:29:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-12-17 13:29:41 +0000 |
commit | 10a11e3abe54c4b8ce537f84416092d7e7c7d8a4 (patch) | |
tree | fd68b9ba5eec6171ae0f059e4014c4677d080118 /CHANGES | |
parent | 414180b363ab9ba1104bb738c4f9e80d525c9b3c (diff) |
- David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when
available.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |