summaryrefslogtreecommitdiff
path: root/src/serv.c
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 /src/serv.c
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 'src/serv.c')
-rw-r--r--src/serv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serv.c b/src/serv.c
index 254a69930f..bc490ee7da 100644
--- a/src/serv.c
+++ b/src/serv.c
@@ -508,7 +508,7 @@ gnutls_session_t initialize_session(int dtls)
static const char DEFAULT_DATA[] =
"This is the default message reported by the GnuTLS implementation. "
"For more information please visit "
- "<a href=\"http://www.gnutls.org/\">http://www.gnutls.org/</a>.";
+ "<a href=\"https://www.gnutls.org/\">https://www.gnutls.org/</a>.";
/* Creates html with the current session information.
*/