summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-05-03 18:31:40 +0000
committertb <>2021-05-03 18:31:40 +0000
commitfdc3fefa5102acc125a07b0ba8f750f4d289c042 (patch)
treec7d9e1827452f8da3d28daf173c9da6f383203aa /src
parentadce76407c11e590bd7b90a85ab9f861af068268 (diff)
downloadopenbsd-fdc3fefa5102acc125a07b0ba8f750f4d289c042.tar.gz
openbsd-fdc3fefa5102acc125a07b0ba8f750f4d289c042.tar.bz2
openbsd-fdc3fefa5102acc125a07b0ba8f750f4d289c042.zip
Hook openssl-ruby test to regress tree
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile
index 956b7e964e..1df48f2525 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.42 2020/10/14 15:53:22 jsing Exp $ 1# $OpenBSD: Makefile,v 1.43 2021/05/03 18:31:40 tb Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -18,6 +18,7 @@ SUBDIR += key_schedule
18SUBDIR += unit 18SUBDIR += unit
19 19
20# Things that take a long time should go below here. 20# Things that take a long time should go below here.
21SUBDIR += openssl-ruby
21SUBDIR += tlsfuzzer 22SUBDIR += tlsfuzzer
22SUBDIR += interop 23SUBDIR += interop
23 24