diff options
Diffstat (limited to 'coreutils/md5_sha1_sum.c')
-rw-r--r-- | coreutils/md5_sha1_sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 3a07da055..bd1c9fc29 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #define FLAG_CHECK 2 | 32 | #define FLAG_CHECK 2 |
33 | #define FLAG_WARN 4 | 33 | #define FLAG_WARN 4 |
34 | 34 | ||
35 | /* This might be usefull elsewhere */ | 35 | /* This might be useful elsewhere */ |
36 | static unsigned char *hash_bin_to_hex(unsigned char *hash_value, | 36 | static unsigned char *hash_bin_to_hex(unsigned char *hash_value, |
37 | unsigned char hash_length) | 37 | unsigned char hash_length) |
38 | { | 38 | { |