aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check
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/check
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 'src/liblzma/check')
-rw-r--r--src/liblzma/check/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/check/sha256.c b/src/liblzma/check/sha256.c
index 5eede5ce..6feb3425 100644
--- a/src/liblzma/check/sha256.c
+++ b/src/liblzma/check/sha256.c
@@ -8,7 +8,7 @@
/// conditionally to keep the code working on older boxes.
//
// This code is based on the code found from 7-Zip, which has a modified
-// version of the SHA-256 found from Crypto++ <http://www.cryptopp.com/>.
+// version of the SHA-256 found from Crypto++ <https://www.cryptopp.com/>.
// The code was modified a little to fit into liblzma.
//
// Authors: Kevin Springle