summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2023-03-16 20:12:49 +0100
committerHanno Böck <hanno@gentoo.org>2023-03-16 20:12:49 +0100
commit50937b63bbd8d0879a1dd209be76dcf0b5829530 (patch)
treee93115643bc926e973fa4a1742a62341c0f466eb
parentc7fbfa0c1a7dbff5f41f73ca6207d7923a0a76ff (diff)
downloadlibexpat-git-50937b63bbd8d0879a1dd209be76dcf0b5829530.tar.gz
Use HTTPS where possible in URLs in code comments.
-rw-r--r--expat/lib/expat.h2
-rw-r--r--expat/lib/xmltok.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/expat/lib/expat.h b/expat/lib/expat.h
index 1c83563c..3670ec7d 100644
--- a/expat/lib/expat.h
+++ b/expat/lib/expat.h
@@ -1051,7 +1051,7 @@ XML_SetBillionLaughsAttackProtectionActivationThreshold(
#endif
/* Expat follows the semantic versioning convention.
- See http://semver.org.
+ See https://semver.org
*/
#define XML_MAJOR_VERSION 2
#define XML_MINOR_VERSION 5
diff --git a/expat/lib/xmltok.c b/expat/lib/xmltok.c
index 22821cb8..4aaf06bc 100644
--- a/expat/lib/xmltok.c
+++ b/expat/lib/xmltok.c
@@ -100,7 +100,7 @@
& (1u << (((byte)[2]) & 0x1F)))
/* Detection of invalid UTF-8 sequences is based on Table 3.1B
- of Unicode 3.2: http://www.unicode.org/unicode/reports/tr28/
+ of Unicode 3.2: https://www.unicode.org/unicode/reports/tr28/
with the additional restriction of not allowing the Unicode
code points 0xFFFF and 0xFFFE (sequences EF,BF,BF and EF,BF,BE).
Implementation details: