summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2016-11-16 08:52:45 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-11-18 10:45:25 +0900
commitb5e7937128a8fccbeba0e9d3c931a5622a860a0c (patch)
treebd96b6cc53938b0eae695b20f78cf7c14f3461cc
parent47f2f059732cad79486b48eca5cd8fc07dbc396b (diff)
downloadlibgpg-error-b5e7937128a8fccbeba0e9d3c931a5622a860a0c.tar.gz
w32: Update links from http to https.
-- Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rw-r--r--src/w32-iconv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32-iconv.c b/src/w32-iconv.c
index 47a06b2..c10bb32 100644
--- a/src/w32-iconv.c
+++ b/src/w32-iconv.c
@@ -389,7 +389,7 @@ static struct {
/*
* Code Page Identifiers
- * http://msdn2.microsoft.com/en-us/library/ms776446.aspx
+ * https://msdn.microsoft.com/en-us/library/dd317756.aspx
*/
{37, "IBM037"}, /* IBM EBCDIC US-Canada */
{437, "IBM437"}, /* OEM United States */
@@ -968,7 +968,7 @@ name_to_codepage(const char *name)
}
/*
- * http://www.faqs.org/rfcs/rfc2781.html
+ * https://tools.ietf.org/html/rfc2781
*/
static uint
utf16_to_ucs4(const ushort *wbuf)