curl/include/curl
Daniel Stenberg 45fc760985 Peter Sylvester's patch was applied that introduces the following:
CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the
   OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If
   anything but CURLE_OK is returned, that will also be returned by libcurl
   all the way back. If this function changes the CURLOPT_URL, libcurl will
   detect this and instead go use the new URL.

   CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set
   with CURLOPT_SSL_CTX_FUNCTION.
2003-07-04 16:29:23 +00:00
..
.cvsignore cvsignore files 2002-08-08 23:07:24 +00:00
Makefile.am added multi.h 2002-03-19 10:35:14 +00:00
curl.h Peter Sylvester's patch was applied that introduces the following: 2003-07-04 16:29:23 +00:00
easy.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
mprintf.h copyright year update in the source header 2003-01-16 21:08:12 +00:00
multi.h Reversed the logic to only include the <sys/select.h> header on systems 2003-06-05 14:04:44 +00:00
stdcheaders.h remove usage of HAVE_* defines, we cannot and shall not depend on any such 2003-05-27 12:45:51 +00:00
types.h copyright year update in the source header 2003-01-16 21:08:12 +00:00