aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/threaded-ssl.c
AgeCommit message (Collapse)Author
2008-04-03Made sure that curl_global_init is called in all the multithreadedDan Fandrich
example programs.
2008-02-23now builds and runs with GnuTLS-built libcurls tooDaniel Stenberg
2008-02-03threaded-ssl.c is a little example that does multi-threaded downloads fromDaniel Stenberg
HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the thread-locking and things openssl-style.