diff options
author | jsing <> | 2020-10-14 15:53:22 +0000 |
---|---|---|
committer | jsing <> | 2020-10-14 15:53:22 +0000 |
commit | b78b3da503cdbc1eab982be1760a8fc44c08c508 (patch) | |
tree | 6647b07a47126232d8e1ce5dc2dc2467940d0f42 | |
parent | 2241235f2d550c606dd4e8ea6cf0f3bb8ee92356 (diff) | |
download | openbsd-b78b3da503cdbc1eab982be1760a8fc44c08c508.tar.gz openbsd-b78b3da503cdbc1eab982be1760a8fc44c08c508.tar.bz2 openbsd-b78b3da503cdbc1eab982be1760a8fc44c08c508.zip |
Hook up dtls regress.
-rw-r--r-- | src/regress/lib/libssl/Makefile | 3 |
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 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
5 | SUBDIR += bytestring | 5 | SUBDIR += bytestring |
6 | SUBDIR += ciphers | 6 | SUBDIR += ciphers |
7 | SUBDIR += client | 7 | SUBDIR += client |
8 | SUBDIR += dtls | ||
8 | SUBDIR += handshake | 9 | SUBDIR += handshake |
9 | SUBDIR += pqueue | 10 | SUBDIR += pqueue |
10 | SUBDIR += record | 11 | SUBDIR += record |