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/multithread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/multithread.c') diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index a8fb6e263..475e8fcfc 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -36,7 +36,7 @@ If you intend to use a SSL-based protocol here you MUST setup the OpenSSL callback functions as described here: - http://www.openssl.org/docs/crypto/threads.html#DESCRIPTION + https://www.openssl.org/docs/crypto/threads.html#DESCRIPTION */ const char * const urls[NUMT]= { -- cgit v1.2.3