diff options
author | jsing <> | 2015-09-01 17:02:18 +0000 |
---|---|---|
committer | jsing <> | 2015-09-01 17:02:18 +0000 |
commit | 3de14ad586708e2fcccc01fc78bc496655a2bb96 (patch) | |
tree | b56555468858e83abc9fcea0d3be1eb99a631c7a /src/regress/lib/libssl/Makefile | |
parent | a53a66955e2e1f1c8f6fccbae6b05fb971c75f79 (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
5 | bytestring \ | 5 | bytestring \ |
6 | ciphers \ | 6 | ciphers \ |
7 | client \ | ||
7 | ssl \ | 8 | ssl \ |
8 | unit | 9 | unit |
9 | 10 | ||