Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel Stenberg (27 May 2009) - Frank McGeough provided a small OpenSSL #include fix to make libcurl compile fine with Nokia 5th edition 1.0 SDK for Symbian. Daniel Stenberg (25 May 2009) - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed out that the cookie parser would leak memory when it parses cookies that are Loading RELEASE-NOTES +2 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ This release includes the following bugfixes: o crash on bad socket close with FTP o leaking cookie memory when duplicate domains or paths were used o build fix for Symbian This release includes the following known bugs: Loading @@ -23,6 +24,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: Kamil Dudka, Caolan McNamara Kamil Dudka, Caolan McNamara, Frank McGeough Thanks! (and sorry if I forgot to mention someone) lib/ssluse.c +3 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,8 @@ #ifdef USE_OPENSSL #include <openssl/rand.h> #include <openssl/x509v3.h> #include <openssl/dsa.h> #include <openssl/dh.h> #else #include <rand.h> #include <x509v3.h> Loading @@ -89,6 +91,7 @@ #if OPENSSL_VERSION_NUMBER >= 0x00907001L /* ENGINE_load_private_key() takes four arguments */ #define HAVE_ENGINE_LOAD_FOUR_ARGS #include <openssl/ui.h> #else /* ENGINE_load_private_key() takes three arguments */ #undef HAVE_ENGINE_LOAD_FOUR_ARGS Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel Stenberg (27 May 2009) - Frank McGeough provided a small OpenSSL #include fix to make libcurl compile fine with Nokia 5th edition 1.0 SDK for Symbian. Daniel Stenberg (25 May 2009) - bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed out that the cookie parser would leak memory when it parses cookies that are Loading
RELEASE-NOTES +2 −1 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ This release includes the following bugfixes: o crash on bad socket close with FTP o leaking cookie memory when duplicate domains or paths were used o build fix for Symbian This release includes the following known bugs: Loading @@ -23,6 +24,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: Kamil Dudka, Caolan McNamara Kamil Dudka, Caolan McNamara, Frank McGeough Thanks! (and sorry if I forgot to mention someone)
lib/ssluse.c +3 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,8 @@ #ifdef USE_OPENSSL #include <openssl/rand.h> #include <openssl/x509v3.h> #include <openssl/dsa.h> #include <openssl/dh.h> #else #include <rand.h> #include <x509v3.h> Loading @@ -89,6 +91,7 @@ #if OPENSSL_VERSION_NUMBER >= 0x00907001L /* ENGINE_load_private_key() takes four arguments */ #define HAVE_ENGINE_LOAD_FOUR_ARGS #include <openssl/ui.h> #else /* ENGINE_load_private_key() takes three arguments */ #undef HAVE_ENGINE_LOAD_FOUR_ARGS Loading