aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/threaded-ssl.c
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-02-03 04:16:52 +0100
committerJay Satiro <raysatiro@yahoo.com>2016-02-02 22:29:47 -0500
commitb4f595bde474d8f10a5c35491b32e3bde84ec226 (patch)
treeaaa0a48b63b473d182f93a80b403b7a93ad47102 /docs/examples/threaded-ssl.c
parent093f9cd38de68f1a327ac8352cfb1168c1140765 (diff)
URLs: change more http to https
Diffstat (limited to 'docs/examples/threaded-ssl.c')
-rw-r--r--docs/examples/threaded-ssl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/threaded-ssl.c b/docs/examples/threaded-ssl.c
index 312c9d737..6c88d138b 100644
--- a/docs/examples/threaded-ssl.c
+++ b/docs/examples/threaded-ssl.c
@@ -29,9 +29,9 @@
* (libgcrypt) so far.
*
* OpenSSL docs for this:
- * http://www.openssl.org/docs/crypto/threads.html
+ * https://www.openssl.org/docs/crypto/threads.html
* gcrypt docs for this:
- * http://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html
+ * https://gnupg.org/documentation/manuals/gcrypt/Multi_002dThreading.html
*/
#define USE_OPENSSL /* or USE_GNUTLS accordingly */