diff options
author | jsing <> | 2020-10-07 09:35:03 +0000 |
---|---|---|
committer | jsing <> | 2020-10-07 09:35:03 +0000 |
commit | acecccc09920b456a88846b4d5ef7fdacf6bd6d4 (patch) | |
tree | f70afa991b50e0f8d148d8e545c6cd00c0ca1cc7 /src | |
parent | eaae66413ad2b6a728338460fadaf9b311f4e851 (diff) | |
download | openbsd-acecccc09920b456a88846b4d5ef7fdacf6bd6d4.tar.gz openbsd-acecccc09920b456a88846b4d5ef7fdacf6bd6d4.tar.bz2 openbsd-acecccc09920b456a88846b4d5ef7fdacf6bd6d4.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 | ||