Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/sha1.c')
-rw-r--r--libbb/sha1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/sha1.c b/libbb/sha1.c
index dd4009834..31b55b1da 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