summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-10-14 15:53:22 +0000
committerjsing <>2020-10-14 15:53:22 +0000
commitb78b3da503cdbc1eab982be1760a8fc44c08c508 (patch)
tree6647b07a47126232d8e1ce5dc2dc2467940d0f42 /src
parent2241235f2d550c606dd4e8ea6cf0f3bb8ee92356 (diff)
downloadopenbsd-b78b3da503cdbc1eab982be1760a8fc44c08c508.tar.gz
openbsd-b78b3da503cdbc1eab982be1760a8fc44c08c508.tar.bz2
openbsd-b78b3da503cdbc1eab982be1760a8fc44c08c508.zip
Hook up dtls regress.
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 d4de5e464b..956b7e964e 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,10 +1,11 @@
1# $OpenBSD: Makefile,v 1.41 2020/10/07 09:35:03 jsing Exp $ 1# $OpenBSD: Makefile,v 1.42 2020/10/14 15:53:22 jsing Exp $
2 2
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
5SUBDIR += bytestring 5SUBDIR += bytestring
6SUBDIR += ciphers 6SUBDIR += ciphers
7SUBDIR += client 7SUBDIR += client
8SUBDIR += dtls
8SUBDIR += handshake 9SUBDIR += handshake
9SUBDIR += pqueue 10SUBDIR += pqueue
10SUBDIR += record 11SUBDIR += record