aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-06-30 17:16:28 -0400
committerJay Satiro <raysatiro@yahoo.com>2019-06-30 17:16:28 -0400
commit3609ab3147b11118319da4584a0c72f638697838 (patch)
tree1a90292c0c7eae0b632736e44f2dd1c591e04a0e /docs/examples
parent44b5468e8eeae889c5f7c8d6f457c6fa6c2c737d (diff)
docs: Fix links to OpenSSL docs
OpenSSL changed their manual locations and does not redirect to the new locations. Bug: https://curl.haxx.se/mail/lib-2019-06/0056.html Reported-by: Daniel Stenberg
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/threaded-ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/threaded-ssl.c b/docs/examples/threaded-ssl.c
index 522f8c49a..f6083ab3d 100644
--- a/docs/examples/threaded-ssl.c
+++ b/docs/examples/threaded-ssl.c
@@ -29,7 +29,7 @@
* (libgcrypt) so far.
*
* OpenSSL docs for this:
- * https://www.openssl.org/docs/crypto/threads.html
+ * https://www.openssl.org/docs/man1.0.2/man3/CRYPTO_num_locks.html
* gcrypt docs for this:
* https://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html
*/