summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ciphers/Makefile
blob: 2575db4df4fe4a1426b733af99e65dc7f53293e2 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2020/09/13 16:51:30 jsing Exp $

PROG=	cipherstest
LDADD=	${SSL_INT} -lcrypto
DPADD=	${LIBSSL} ${LIBCRYPTO}
WARNINGS=	Yes
CFLAGS+=	-DLIBRESSL_INTERNAL -Werror

.include <bsd.regress.mk>