summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh/Makefile
blob: 53ec37d13768e61f71bac38b90f4a39d9849b668 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.6 2023/07/15 19:51:13 tb Exp $

PROGS =		ecdhtest
PROGS +=	ecc_cdh

LDADD=	-lcrypto
DPADD=	${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

.include <bsd.regress.mk>