diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:51:57 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-03-18 15:56:07 +0200 |
commit | b473a92891f7e991398a3b5eff305f6f2b6d7293 (patch) | |
tree | 4aa2597eb89fcd69f35b8bfc8606ffe6d6fef16a /src/liblzma/check | |
parent | CMake: Fix typo in a comment. (diff) | |
download | xz-b473a92891f7e991398a3b5eff305f6f2b6d7293.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.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 |