repo.or.cz
/
coreutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.
[coreutils.git]
/
src
/
sha1sum.c
blob
1d4fdd8001571c5a7a5798f97d4ad429c8f8a1a8
1
#include <config.h>
2
#include <stdio.h>
3
#include <sys/types.h>
4
#include
"system.h"
5
#include
"checksum.h"
6
7
int
algorithm
=
ALG_SHA1
;