From f56b79fee1b3a270c7df9a507133ade99dc1ab2a Mon Sep 17 00:00:00 2001 From: pjd Date: Sun, 6 Mar 2011 22:56:14 +0000 Subject: Allow to checksum on-the-wire data using either CRC32 or SHA256. MFC after: 2 weeks --- sbin/hastctl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sbin/hastctl') diff --git a/sbin/hastctl/Makefile b/sbin/hastctl/Makefile index 0592e16..3137a75 100644 --- a/sbin/hastctl/Makefile +++ b/sbin/hastctl/Makefile @@ -6,8 +6,9 @@ PROG= hastctl SRCS= activemap.c +SRCS+= crc32.c SRCS+= ebuf.c -SRCS+= hast_proto.c hastctl.c +SRCS+= hast_checksum.c hast_proto.c hastctl.c SRCS+= metadata.c SRCS+= nv.c SRCS+= parse.y pjdlog.c -- cgit v1.1