summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2019-11-02 13:54:43 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2019-11-02 13:54:43 +0000
commit72e3ce52943f509a5b82b88569d7cf83bc86fe94 (patch)
treebe6f4fa1d135d71dd0341dee5b184e76d2f7c15b
parent33467e8165bf87db066c4b38208a99808321fac4 (diff)
Use LibreSSL for rpki-client regress tests.
-rw-r--r--regress/usr.sbin/rpki-client/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/regress/usr.sbin/rpki-client/Makefile b/regress/usr.sbin/rpki-client/Makefile
index fafda6ca609..f17b2fbf64b 100644
--- a/regress/usr.sbin/rpki-client/Makefile
+++ b/regress/usr.sbin/rpki-client/Makefile
@@ -1,26 +1,20 @@
-# $OpenBSD: Makefile,v 1.4 2019/08/12 18:03:17 jsing Exp $
+# $OpenBSD: Makefile,v 1.5 2019/11/02 13:54:42 jsing Exp $
.PATH: ${.CURDIR}/../../../usr.sbin/rpki-client
-.if ! exists(/usr/local/bin/eopenssl)
-regress:
- # install openssl-1.0.2 from ports for interop tests
- @echo SKIPPED
-.else
PROGS += test-ip
PROGS += test-cert
PROGS += test-mft
PROGS += test-roa
PROGS += test-tal
-.endif
.for p in ${PROGS}
REGRESS_TARGETS += run-regress-$p
.endfor
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../../usr.sbin/rpki-client \
- -I/usr/local/include/eopenssl
-LDADD+= /usr/local/lib/eopenssl/libcrypto.a
+CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../../usr.sbin/rpki-client
+LDADD+= -lcrypto
+DPADD+= ${LIBCRYPTO}
SRCS_test-ip= test-ip.c ip.c io.c
run-regress-test-ip: test-ip