From 454e840590eef557c114b32edb14c113f165272a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Feb 2008 12:28:48 +0000 Subject: threaded-ssl.c is a little example that does multi-threaded downloads from HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the thread-locking and things openssl-style. --- docs/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/Makefile.am') diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 73383131e..16f3152b5 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -33,5 +33,5 @@ noinst_PROGRAMS = 10-at-a-time anyauthput cookie_interface \ COMPLICATED_EXAMPLES = \ curlgtk.c curlx.c htmltitle.cc cacertinmem.c ftpuploadresume.c \ ghiper.c hiperfifo.c htmltidy.c multithread.c \ - opensslthreadlock.c sampleconv.c synctime.c + opensslthreadlock.c sampleconv.c synctime.c threaded-ssl.c -- cgit v1.2.3