Sync with 'maint'
[alt-git.git] / t / helper / test-sha1.c
blobdcb7f6c0032b556959c6635db3c89fd49e8790d0
1 #include "test-tool.h"
2 #include "hash-ll.h"
4 int cmd__sha1(int ac, const char **av)
6 return cmd_hash_impl(ac, av, GIT_HASH_SHA1);
9 int cmd__sha1_is_sha1dc(int argc UNUSED, const char **argv UNUSED)
11 #ifdef platform_SHA_IS_SHA1DC
12 return 0;
13 #endif
14 return 1;