summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/ocsp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/ocsp/Makefile')
-rw-r--r--regress/lib/libcrypto/ocsp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/ocsp/Makefile b/regress/lib/libcrypto/ocsp/Makefile
index 5748b48c774..4178f3199f8 100644
--- a/regress/lib/libcrypto/ocsp/Makefile
+++ b/regress/lib/libcrypto/ocsp/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2016/07/04 23:43:30 beck Exp $
+# $OpenBSD: Makefile,v 1.2 2016/07/05 00:16:23 beck Exp $
TESTS = \
ocsp_test
@@ -16,6 +16,7 @@ CLEANFILES+= ${TESTS}
all_tests: ${TESTS}
@for test in $>; do \
./$$test www.amazon.com 443; \
+ ./$$test cloudflare.com 443; \
done
.include <bsd.regress.mk>