summaryrefslogtreecommitdiff
path: root/regress/usr.bin/diff/t12.2
blob: 93a7a2f80375da627df705322117d0dd4f3ea8d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: t12.2,v 1.1 2003/07/21 20:16:21 otto Exp $

# Test HMAC:

PROG=		hmactest
SRCS=		hash.c hmactest.c
.PATH:		${.CURDIR}/../../
NOMAN=
CFLAGS+=	-I${.CURDIR}/../../ -Wall
DEBUG=		-g

.include <bsd.prog.mk>