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

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