diff options
author | jsing <> | 2020-10-14 15:53:22 +0000 |
---|---|---|
committer | jsing <> | 2020-10-14 15:53:22 +0000 |
commit | b701541cbcfbe1a8df16b428c600bd1f4b2a542a (patch) | |
tree | 6647b07a47126232d8e1ce5dc2dc2467940d0f42 /src | |
parent | 42cdbb9aeaeb2d3be5ee25aa2ef08af409adb158 (diff) | |
download | openbsd-b701541cbcfbe1a8df16b428c600bd1f4b2a542a.tar.gz openbsd-b701541cbcfbe1a8df16b428c600bd1f4b2a542a.tar.bz2 openbsd-b701541cbcfbe1a8df16b428c600bd1f4b2a542a.zip |
Hook up dtls regress.
Diffstat (limited to 'src')
-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 |