diff options
Diffstat (limited to 'docs/examples/multithread.c')
-rw-r--r-- | docs/examples/multithread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index 3b500c765..7978419bd 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -35,7 +35,7 @@ /* List of URLs to fetch. - If you intend to use a SSL-based protocol here you might need to setup TLS + If you intend to use an SSL-based protocol here you might need to setup TLS library mutex callbacks as described here: https://curl.se/libcurl/c/threadsafe.html |