From: Denys Vlasenko Date: Mon, 29 Aug 2016 13:20:15 +0000 (+0200) Subject: sha3sum: fix config text (it's no longer only 512-bit) X-Git-Tag: 1_26_0~280 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d811aaa43c20c6f31d8d22c978a06120799dfc70;p=oweals%2Fbusybox.git sha3sum: fix config text (it's no longer only 512-bit) Signed-off-by: Denys Vlasenko --- diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 5e017b191..783f44027 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c @@ -33,7 +33,7 @@ //config: bool "sha3sum" //config: default y //config: help -//config: Compute and check SHA3 (512-bit) message digest +//config: Compute and check SHA3 message digest //config: //config:comment "Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum" //config: depends on MD5SUM || SHA1SUM || SHA256SUM || SHA512SUM || SHA3SUM