diff options
Diffstat (limited to 'docs/examples')
-rw-r--r-- | docs/examples/threaded-ssl.c | 2 |
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 */ |