summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsing <jsing@openbsd.org>2020-10-14 15:53:22 +0000
committerjsing <jsing@openbsd.org>2020-10-14 15:53:22 +0000
commit249b3b345b671cce114bb952cf63b8aa8fab322f (patch)
treeeb565af064d567f6a2e7f590d4d7dd5696f28dd1
parentAdd regress tests for DTLS. (diff)
downloadwireguard-openbsd-249b3b345b671cce114bb952cf63b8aa8fab322f.tar.xz
wireguard-openbsd-249b3b345b671cce114bb952cf63b8aa8fab322f.zip
Hook up dtls regress.
-rw-r--r--regress/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libssl/Makefile b/regress/lib/libssl/Makefile
index d4de5e464b9..956b7e964ea 100644
--- a/regress/lib/libssl/Makefile
+++ b/regress/lib/libssl/Makefile
@@ -1,10 +1,11 @@
-# $OpenBSD: Makefile,v 1.41 2020/10/07 09:35:03 jsing Exp $
+# $OpenBSD: Makefile,v 1.42 2020/10/14 15:53:22 jsing Exp $
SUBDIR += asn1
SUBDIR += buffer
SUBDIR += bytestring
SUBDIR += ciphers
SUBDIR += client
+SUBDIR += dtls
SUBDIR += handshake
SUBDIR += pqueue
SUBDIR += record