diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-02-03 04:16:52 +0100 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-02-02 22:29:47 -0500 |
commit | b4f595bde474d8f10a5c35491b32e3bde84ec226 (patch) | |
tree | aaa0a48b63b473d182f93a80b403b7a93ad47102 /docs/libcurl/libcurl-thread.3 | |
parent | 093f9cd38de68f1a327ac8352cfb1168c1140765 (diff) |
URLs: change more http to https
Diffstat (limited to 'docs/libcurl/libcurl-thread.3')
-rw-r--r-- | docs/libcurl/libcurl-thread.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/libcurl-thread.3 b/docs/libcurl/libcurl-thread.3 index c27221102..861882192 100644 --- a/docs/libcurl/libcurl-thread.3 +++ b/docs/libcurl/libcurl-thread.3 @@ -41,7 +41,7 @@ then of course using the underlying SSL library multi-threaded and those libs might have their own requirements on this issue. You may need to provide one or two functions to allow it to function properly: .IP OpenSSL -http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION +https://www.openssl.org/docs/crypto/threads.html#DESCRIPTION https://curl.haxx.se/libcurl/c/opensslthreadlock.html .IP GnuTLS |