aboutsummaryrefslogtreecommitdiff
path: root/lib/strtoofft.c
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-08-08 19:22:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2017-08-08 21:41:07 +0200
commit13ef623a81736e95da1cc1d13a02dd78e228adee (patch)
tree461ddac9a389bdeadf93ac430b601767cdf26795 /lib/strtoofft.c
parent58845f2e2e2e19738882f44cf1cbedeb160e76d1 (diff)
docs/comments: Update to secure URL versions
Closes #1741
Diffstat (limited to 'lib/strtoofft.c')
-rw-r--r--lib/strtoofft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strtoofft.c b/lib/strtoofft.c
index bd3432ab8..c2adc7280 100644
--- a/lib/strtoofft.c
+++ b/lib/strtoofft.c
@@ -29,7 +29,7 @@
*
* In the ISO C standard (IEEE Std 1003.1), there is a strtoimax() function we
* could use in case strtoll() doesn't exist... See
- * http://www.opengroup.org/onlinepubs/009695399/functions/strtoimax.html
+ * https://www.opengroup.org/onlinepubs/009695399/functions/strtoimax.html
*/
#ifdef NEED_CURL_STRTOLL