Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,10 @@ Changelog Yang Tse (26 May 2008) - David Rosenstrauch reported that header files spnegohelp.h and openssl/objects.h were needed to compile SPNEGO support. Daniel Fandrich (22 May 2008) - Made sure to pass longs in to curl_easy_setopt where necessary in the example programs and libtest code. Loading RELEASE-NOTES +2 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ advice from friends like these: Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black, Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause, David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof, Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov, David Rosenstrauch Thanks! (and sorry if I forgot to mention someone) lib/http_negotiate.c +9 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,15 @@ #include "http_negotiate.h" #include "memory.h" #ifdef HAVE_SPNEGO # include <spnegohelp.h> # if defined(USE_OPENSSL) && !defined(USE_YASSLEMUL) # include <openssl/objects.h> # else # error "Can't compile SPNEGO support without OpenSSL." # endif #endif #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,10 @@ Changelog Yang Tse (26 May 2008) - David Rosenstrauch reported that header files spnegohelp.h and openssl/objects.h were needed to compile SPNEGO support. Daniel Fandrich (22 May 2008) - Made sure to pass longs in to curl_easy_setopt where necessary in the example programs and libtest code. Loading
RELEASE-NOTES +2 −1 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ advice from friends like these: Michal Marek, Daniel Fandrich, Scott Barrett, Alexey Simak, Daniel Black, Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause, David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof, Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov, David Rosenstrauch Thanks! (and sorry if I forgot to mention someone)
lib/http_negotiate.c +9 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,15 @@ #include "http_negotiate.h" #include "memory.h" #ifdef HAVE_SPNEGO # include <spnegohelp.h> # if defined(USE_OPENSSL) && !defined(USE_YASSLEMUL) # include <openssl/objects.h> # else # error "Can't compile SPNEGO support without OpenSSL." # endif #endif #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> Loading