[git commit] sha3sum: fix config text (it's no longer only 512-bit)

Denys Vlasenko vda.linux at googlemail.com
Mon Aug 29 13:20:15 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=d811aaa43c20c6f31d8d22c978a06120799dfc70
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 coreutils/md5_sha1_sum.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c
index 5e017b1..783f440 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


More information about the busybox-cvs mailing list