summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/Makefile
diff options
context:
space:
mode:
authordoug <>2015-06-28 00:08:27 +0000
committerdoug <>2015-06-28 00:08:27 +0000
commitb36ffe2dedec4d6117f4718449035d1c5338df1c (patch)
treed16b139f0e8b37e46fb1c729c4b18620699b2549 /src/regress/lib/libssl/Makefile
parent519b6c342127d0c210bdf99875f8afe00c6a30cf (diff)
downloadopenbsd-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/Makefile5
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
3SUBDIR= \ 3SUBDIR= \
4 asn1 \ 4 asn1 \
5 bytestring \ 5 bytestring \
6 ciphers \ 6 ciphers \
7 ssl 7 ssl \
8 unit
8 9
9install: 10install:
10 11