summaryrefslogtreecommitdiffstats
path: root/t/helper/test-sha256.c
blob: 08cf14900140d37733e5afcad7c9fdc97c3b7eae (plain)
1
2
3
4
5
6
7
#include "test-tool.h"
#include "hash-ll.h"

int cmd__sha256(int ac, const char **av)
{
	return cmd_hash_impl(ac, av, GIT_HASH_SHA256);
}