aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/api/lzma.h
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-03-18 15:51:57 +0200
committerJia Tan <jiat0218@gmail.com>2023-03-18 22:00:28 +0800
commit090ea9ddd34f9d110bff7450586b2c93d78f3af1 (patch)
tree1d2f40153dc1d28e66d959ad32a88a643560fb9c /src/liblzma/api/lzma.h
parentCMake: Require that the C compiler supports C99 or a newer standard. (diff)
downloadxz-090ea9ddd34f9d110bff7450586b2c93d78f3af1.tar.xz
Change a few HTTP URLs to HTTPS.
The xz man page timestamp was intentionally left unchanged.
Diffstat (limited to '')
-rw-r--r--src/liblzma/api/lzma.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h
index 8fbd9a87..8877dd5f 100644
--- a/src/liblzma/api/lzma.h
+++ b/src/liblzma/api/lzma.h
@@ -7,16 +7,16 @@
* format and raw (no headers) streams are supported. Multiple compression
* algorithms (filters) are supported. Currently LZMA2 is the primary filter.
*
- * liblzma is part of XZ Utils <http://tukaani.org/xz/>. XZ Utils includes
+ * liblzma is part of XZ Utils <https://tukaani.org/xz/>. XZ Utils includes
* a gzip-like command line tool named xz and some other tools. XZ Utils
* is developed and maintained by Lasse Collin.
*
* Major parts of liblzma are based on Igor Pavlov's public domain LZMA SDK
- * <http://7-zip.org/sdk.html>.
+ * <https://7-zip.org/sdk.html>.
*
* The SHA-256 implementation is based on the public domain code found from
- * 7-Zip <http://7-zip.org/>, which has a modified version of the public
- * domain SHA-256 code found from Crypto++ <http://www.cryptopp.com/>.
+ * 7-Zip <https://7-zip.org/>, which has a modified version of the public
+ * domain SHA-256 code found from Crypto++ <https://www.cryptopp.com/>.
* The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai.
*/