[LIBGPG-ERROR PATCH 5/6] w32: Update links from http to https.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Nov 16 00:52:45 CET 2016


Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
 src/w32-iconv.c | 4 ++--
 1 file 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)
-- 
2.10.2




More information about the Gnupg-devel mailing list