From b473a92891f7e991398a3b5eff305f6f2b6d7293 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 18 Mar 2023 15:51:57 +0200 Subject: Change a few HTTP URLs to HTTPS. The xz man page timestamp was intentionally left unchanged. --- src/liblzma/api/lzma.h | 8 ++++---- src/liblzma/check/sha256.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/liblzma') diff --git a/src/liblzma/api/lzma.h b/src/liblzma/api/lzma.h index ba4abd8c..4d8e3994 100644 --- a/src/liblzma/api/lzma.h +++ b/src/liblzma/api/lzma.h @@ -8,16 +8,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 . XZ Utils includes + * liblzma is part of XZ Utils . 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 - * . + * . * * The SHA-256 implementation is based on the public domain code found from - * 7-Zip , which has a modified version of the public - * domain SHA-256 code found from Crypto++ . + * 7-Zip , which has a modified version of the public + * domain SHA-256 code found from Crypto++ . * The SHA-256 code in Crypto++ was written by Kevin Springle and Wei Dai. */ 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++ . +// version of the SHA-256 found from Crypto++ . // The code was modified a little to fit into liblzma. // // Authors: Kevin Springle -- cgit v1.2.3