summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop
diff options
context:
space:
mode:
authortb <>2021-08-30 17:28:47 +0000
committertb <>2021-08-30 17:28:47 +0000
commitb05142e1ba115406b0f261b5374facddce7e25b8 (patch)
tree0a67be33ef2dcb0c9b88cdeee94e857810e4d545 /src/regress/lib/libssl/interop
parentff0ebfdd90c1f0edf8cda1269349b659fd4250c8 (diff)
downloadopenbsd-b05142e1ba115406b0f261b5374facddce7e25b8.tar.gz
openbsd-b05142e1ba115406b0f261b5374facddce7e25b8.tar.bz2
openbsd-b05142e1ba115406b0f261b5374facddce7e25b8.zip
link verify regress tests to build
Diffstat (limited to 'src/regress/lib/libssl/interop')
-rw-r--r--src/regress/lib/libssl/interop/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/interop/Makefile b/src/regress/lib/libssl/interop/Makefile
index aa9c3adf56..2e7114dab2 100644
--- a/src/regress/lib/libssl/interop/Makefile
+++ b/src/regress/lib/libssl/interop/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.13 2020/09/21 15:13:24 beck Exp $ 1# $OpenBSD: Makefile,v 1.14 2021/08/30 17:28:46 tb Exp $
2 2
3SUBDIR = libressl openssl openssl11 3SUBDIR = libressl openssl openssl11
4 4
@@ -14,6 +14,6 @@ SUBDIR += botan
14SUBDIR += version 14SUBDIR += version
15SUBDIR += cipher 15SUBDIR += cipher
16# This takes a really long time. 16# This takes a really long time.
17SUBDIR += cert 17#SUBDIR += cert
18 18
19.include <bsd.subdir.mk> 19.include <bsd.subdir.mk>