]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
renamed from shasum.c
authorJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 14:19:52 +0000 (14:19 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Oct 2000 14:19:52 +0000 (14:19 +0000)
src/sha1sum.c [new file with mode: 0644]

diff --git a/src/sha1sum.c b/src/sha1sum.c
new file mode 100644 (file)
index 0000000..6cda4aa
--- /dev/null
@@ -0,0 +1,2 @@
+#include "checksum.h"
+int algorithm = ALG_SHA1;