summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsing <>2020-10-07 09:35:03 +0000
committerjsing <>2020-10-07 09:35:03 +0000
commitacecccc09920b456a88846b4d5ef7fdacf6bd6d4 (patch)
treef70afa991b50e0f8d148d8e545c6cd00c0ca1cc7 /src
parenteaae66413ad2b6a728338460fadaf9b311f4e851 (diff)
downloadopenbsd-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/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