summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authorjsing <>2015-09-01 17:02:18 +0000
committerjsing <>2015-09-01 17:02:18 +0000
commit3de14ad586708e2fcccc01fc78bc496655a2bb96 (patch)
treeb56555468858e83abc9fcea0d3be1eb99a631c7a /src/regress/lib/libssl/Makefile
parenta53a66955e2e1f1c8f6fccbae6b05fb971c75f79 (diff)
downloadopenbsd-3de14ad586708e2fcccc01fc78bc496655a2bb96.tar.gz
openbsd-3de14ad586708e2fcccc01fc78bc496655a2bb96.tar.bz2
openbsd-3de14ad586708e2fcccc01fc78bc496655a2bb96.zip
Add an initial TLS client regress, which currently covers ClientHello
message generation.
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-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 7c2d92e340..79232bcf39 100644
--- a/src/regress/lib/libssl/Makefile
+++ b/src/regress/lib/libssl/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.22 2015/06/28 00:08:27 doug Exp $ 1# $OpenBSD: Makefile,v 1.23 2015/09/01 17:02:17 jsing Exp $
2 2
3SUBDIR= \ 3SUBDIR= \
4 asn1 \ 4 asn1 \
5 bytestring \ 5 bytestring \
6 ciphers \ 6 ciphers \
7 client \
7 ssl \ 8 ssl \
8 unit 9 unit
9 10