summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ocsp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/ocsp/Makefile')
-rw-r--r--src/regress/lib/libcrypto/ocsp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ocsp/Makefile b/src/regress/lib/libcrypto/ocsp/Makefile
index b1b437c916..f0b43acc2b 100644
--- a/src/regress/lib/libcrypto/ocsp/Makefile
+++ b/src/regress/lib/libcrypto/ocsp/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2020/11/05 20:48:05 bluhm Exp $ 1# $OpenBSD: Makefile,v 1.5 2020/12/17 00:51:11 bluhm Exp $
2 2
3PROG= ocsp_test 3PROG= ocsp_test
4LDADD= -lcrypto -lssl 4LDADD= -lcrypto -lssl
@@ -15,7 +15,6 @@ REGRESS_TARGETS =
15.for s in ${SERVERS} 15.for s in ${SERVERS}
16REGRESS_TARGETS += run-domain-$s 16REGRESS_TARGETS += run-domain-$s
17run-domain-$s: ${PROG} 17run-domain-$s: ${PROG}
18 @echo '======== $@ ========'
19 if ping -n -c 1 -w 1 $s; then \ 18 if ping -n -c 1 -w 1 $s; then \
20 ./${PROG} $s 443; else \ 19 ./${PROG} $s 443; else \
21 echo server $s not reachable; echo SKIPPED; fi 20 echo server $s not reachable; echo SKIPPED; fi