summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2020-10-07 09:35:03 +0000
committerjsing <>2020-10-07 09:35:03 +0000
commit6575f461b542a3fde51f1a1b9202125e37bcdb38 (patch)
treef70afa991b50e0f8d148d8e545c6cd00c0ca1cc7
parentaa4a59f2f01154e8e243dd90fbbe63b34ba70650 (diff)
downloadopenbsd-6575f461b542a3fde51f1a1b9202125e37bcdb38.tar.gz
openbsd-6575f461b542a3fde51f1a1b9202125e37bcdb38.tar.bz2
openbsd-6575f461b542a3fde51f1a1b9202125e37bcdb38.zip
Hook up tlslegacy regress.
-rw-r--r--src/regress/lib/libssl/Makefile3
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
3SUBDIR += asn1 3SUBDIR += asn1
4SUBDIR += buffer 4SUBDIR += buffer
@@ -12,6 +12,7 @@ SUBDIR += record_layer
12SUBDIR += server 12SUBDIR += server
13SUBDIR += ssl 13SUBDIR += ssl
14SUBDIR += tlsext 14SUBDIR += tlsext
15SUBDIR += tlslegacy
15SUBDIR += key_schedule 16SUBDIR += key_schedule
16SUBDIR += unit 17SUBDIR += unit
17 18