blob: dbf304ff254fcc4da7b4fda95fc1d3eb131f7242 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.4 2017/07/03 18:19:55 bluhm Exp $
# $EOM: Makefile,v 1.3 1999/02/25 15:14:24 niklas Exp $
# Test HMAC:
PROG= hmactest
SRCS= hash.c hmactest.c conf.c log.c monitor.c util.c
.include <bsd.regress.mk>
|