From b4f595bde474d8f10a5c35491b32e3bde84ec226 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 3 Feb 2016 04:16:52 +0100 Subject: URLs: change more http to https --- docs/examples/threaded-ssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/examples/threaded-ssl.c') 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 */ -- cgit v1.2.3