diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-18 22:01:24 +0200 |
commit | 4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e (patch) | |
tree | 133b5d5ad9f27d12a913057540d1e877c4bb1436 /coreutils/md5_sha1_sum.c | |
parent | 483405a9b0df6ea14344b1144959be1debef925e (diff) | |
download | busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.gz busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.tar.bz2 busybox-w32-4eed2c6c5092ed95b8ee6d994106c54a9fc6ed3e.zip |
Update menuconfig items with approximate applet sizes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/md5_sha1_sum.c')
-rw-r--r-- | coreutils/md5_sha1_sum.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 50111bd26..6d08d2e40 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -6,31 +6,31 @@ | |||
6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 6 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
7 | */ | 7 | */ |
8 | //config:config MD5SUM | 8 | //config:config MD5SUM |
9 | //config: bool "md5sum" | 9 | //config: bool "md5sum (6.8 kb)" |
10 | //config: default y | 10 | //config: default y |
11 | //config: help | 11 | //config: help |
12 | //config: md5sum is used to print or check MD5 checksums. | 12 | //config: md5sum is used to print or check MD5 checksums. |
13 | //config: | 13 | //config: |
14 | //config:config SHA1SUM | 14 | //config:config SHA1SUM |
15 | //config: bool "sha1sum" | 15 | //config: bool "sha1sum (6 kb)" |
16 | //config: default y | 16 | //config: default y |
17 | //config: help | 17 | //config: help |
18 | //config: Compute and check SHA1 message digest | 18 | //config: Compute and check SHA1 message digest |
19 | //config: | 19 | //config: |
20 | //config:config SHA256SUM | 20 | //config:config SHA256SUM |
21 | //config: bool "sha256sum" | 21 | //config: bool "sha256sum (7.1 kb)" |
22 | //config: default y | 22 | //config: default y |
23 | //config: help | 23 | //config: help |
24 | //config: Compute and check SHA256 message digest | 24 | //config: Compute and check SHA256 message digest |
25 | //config: | 25 | //config: |
26 | //config:config SHA512SUM | 26 | //config:config SHA512SUM |
27 | //config: bool "sha512sum" | 27 | //config: bool "sha512sum (7.6 kb)" |
28 | //config: default y | 28 | //config: default y |
29 | //config: help | 29 | //config: help |
30 | //config: Compute and check SHA512 message digest | 30 | //config: Compute and check SHA512 message digest |
31 | //config: | 31 | //config: |
32 | //config:config SHA3SUM | 32 | //config:config SHA3SUM |
33 | //config: bool "sha3sum" | 33 | //config: bool "sha3sum (6.3 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: help | 35 | //config: help |
36 | //config: Compute and check SHA3 message digest | 36 | //config: Compute and check SHA3 message digest |