diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:51:57 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-18 22:02:40 +0800 |
commit | 97679d25ce7cb014328f1455bb338903c003d54f (patch) | |
tree | 4b13fe37645161f617dd7ba49e2858bdd8cbedda /src/liblzma/check | |
parent | CMake: Fix typo in a comment. (diff) | |
download | xz-97679d25ce7cb014328f1455bb338903c003d54f.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/check/sha256.c | 2 |
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 |