diff options
author | jsing <> | 2020-10-07 09:35:03 +0000 |
---|---|---|
committer | jsing <> | 2020-10-07 09:35:03 +0000 |
commit | 6575f461b542a3fde51f1a1b9202125e37bcdb38 (patch) | |
tree | f70afa991b50e0f8d148d8e545c6cd00c0ca1cc7 /src | |
parent | aa4a59f2f01154e8e243dd90fbbe63b34ba70650 (diff) | |
download | openbsd-6575f461b542a3fde51f1a1b9202125e37bcdb38.tar.gz openbsd-6575f461b542a3fde51f1a1b9202125e37bcdb38.tar.bz2 openbsd-6575f461b542a3fde51f1a1b9202125e37bcdb38.zip |
Hook up tlslegacy 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 078f750842..d4de5e464b 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.40 2020/09/21 15:13:24 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.41 2020/10/07 09:35:03 jsing Exp $ |
2 | 2 | ||
3 | SUBDIR += asn1 | 3 | SUBDIR += asn1 |
4 | SUBDIR += buffer | 4 | SUBDIR += buffer |
@@ -12,6 +12,7 @@ SUBDIR += record_layer | |||
12 | SUBDIR += server | 12 | SUBDIR += server |
13 | SUBDIR += ssl | 13 | SUBDIR += ssl |
14 | SUBDIR += tlsext | 14 | SUBDIR += tlsext |
15 | SUBDIR += tlslegacy | ||
15 | SUBDIR += key_schedule | 16 | SUBDIR += key_schedule |
16 | SUBDIR += unit | 17 | SUBDIR += unit |
17 | 18 | ||