summaryrefslogtreecommitdiff
path: root/lib/locks.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-02-05 17:00:41 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-13 10:59:34 +0100
commit8c734df4b5b1496fa44586d3490693b35fb04d9a (patch)
tree73572c89934b6635f662be7f08fbc37aee97ee86 /lib/locks.h
parent699cd8bd5a8e6d7eea28842e2011a25e1963daf6 (diff)
downloadgnutls-8c734df4b5b1496fa44586d3490693b35fb04d9a.tar.gz
Use https:// in lib/, src/, and m4/
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/locks.h')
-rw-r--r--lib/locks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/locks.h b/lib/locks.h
index 39b7504e2a..deb010b8d2 100644
--- a/lib/locks.h
+++ b/lib/locks.h
@@ -40,7 +40,7 @@ extern mutex_unlock_func gnutls_mutex_unlock;
# include <windows.h>
/* Idea based based on comment 2 at:
- * http://stackoverflow.com/questions/3555859/is-it-possible-to-do-static-initialization-of-mutexes-in-windows
+ * https://stackoverflow.com/questions/3555859/is-it-possible-to-do-static-initialization-of-mutexes-in-windows
*/
# define GNUTLS_STATIC_MUTEX(mutex) \
static CRITICAL_SECTION *mutex = NULL