diff options
Diffstat (limited to 'libbb/sha1.c')
-rw-r--r-- | libbb/sha1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/sha1.c b/libbb/sha1.c index dd40098..31b55b1 100644 --- a/libbb/sha1.c +++ b/libbb/sha1.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Based on shasum from http://www.netsw.org/crypto/hash/ * Majorly hacked up to use Dr Brian Gladman's sha1 code |