diff options
author | doug <> | 2015-06-28 00:08:27 +0000 |
---|---|---|
committer | doug <> | 2015-06-28 00:08:27 +0000 |
commit | b36ffe2dedec4d6117f4718449035d1c5338df1c (patch) | |
tree | d16b139f0e8b37e46fb1c729c4b18620699b2549 /src/regress/lib/libssl/Makefile | |
parent | 519b6c342127d0c210bdf99875f8afe00c6a30cf (diff) | |
download | openbsd-b36ffe2dedec4d6117f4718449035d1c5338df1c.tar.gz openbsd-b36ffe2dedec4d6117f4718449035d1c5338df1c.tar.bz2 openbsd-b36ffe2dedec4d6117f4718449035d1c5338df1c.zip |
Convert ssl_bytes_to_cipher_list to CBS.
Link in the new 'unit' regress and expand the invalid tests to include
some that would fail before the CBS conversion.
input + ok miod@ jsing@
Diffstat (limited to 'src/regress/lib/libssl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/Makefile b/src/regress/lib/libssl/Makefile index 4d64dc3966..7c2d92e340 100644 --- a/src/regress/lib/libssl/Makefile +++ b/src/regress/lib/libssl/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.21 2015/02/06 09:36:16 doug Exp $ | 1 | # $OpenBSD: Makefile,v 1.22 2015/06/28 00:08:27 doug Exp $ |
2 | 2 | ||
3 | SUBDIR= \ | 3 | SUBDIR= \ |
4 | asn1 \ | 4 | asn1 \ |
5 | bytestring \ | 5 | bytestring \ |
6 | ciphers \ | 6 | ciphers \ |
7 | ssl | 7 | ssl \ |
8 | unit | ||
8 | 9 | ||
9 | install: | 10 | install: |
10 | 11 | ||