summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/ocsp/Makefile
blob: 62fb98564775db78bec455dcb8d015d232fd58bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.3 2016/11/05 12:45:25 miod Exp $

REGRESS_TARGETS= all_tests

PROG=		ocsp_test
LDADD=		-lcrypto -lssl
DPADD=		${LIBCRYPTO} ${LIBSSL}
WARNINGS=	Yes
LDFLAGS+=	-lcrypto -lssl
CFLAGS+=	-DLIBRESSL_INTERNAL -Wall -Wundef -Werror

all_tests: ${PROG}
	${.OBJDIR}/${PROG} www.amazon.com 443
	${.OBJDIR}/${PROG} cloudflare.com 443

.include <bsd.regress.mk>