summaryrefslogtreecommitdiff
path: root/regress/usr.sbin
diff options
context:
space:
mode:
authorBob Beck <beck@cvs.openbsd.org>2020-10-16 01:16:56 +0000
committerBob Beck <beck@cvs.openbsd.org>2020-10-16 01:16:56 +0000
commitac0fbfcee344386de14114bc39d0866c84d26142 (patch)
treee4a9339cdc3c7592d326a5161466adb7aae6f3a7 /regress/usr.sbin
parented4942372fd0d307a78a972ef6d74ebbb6554d77 (diff)
Refactor a bunch of oscpcheck for single return to clean it up,
and add the ability to parse a port in the specified ocsp url. Since this will now pass them, enable regress tests previously committed for ocspcheck. mostly by me with some cleanup by tb after an obvious yak was found to shave in the OCSP routines in libcrypto ok tb@
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r--regress/usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/Makefile b/regress/usr.sbin/Makefile
index b579d96b41d..60e2178d3c7 100644
--- a/regress/usr.sbin/Makefile
+++ b/regress/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.23 2020/01/24 06:15:36 tedu Exp $
+# $OpenBSD: Makefile,v 1.24 2020/10/16 01:16:55 beck Exp $
SUBDIR += acme-client
SUBDIR += arp
@@ -7,6 +7,7 @@ SUBDIR += httpd
SUBDIR += ifstated
SUBDIR += ldapd
SUBDIR += mtree
+SUBDIR += ocspcheck
SUBDIR += ospfd
SUBDIR += ospf6d
SUBDIR += relayd