diff options
| author | doug <> | 2015-06-28 00:08:27 +0000 |
|---|---|---|
| committer | doug <> | 2015-06-28 00:08:27 +0000 |
| commit | 1618490a96ac0f443d379bc3d4dcf04769edd0ce (patch) | |
| tree | d16b139f0e8b37e46fb1c729c4b18620699b2549 /src/regress/lib/libssl/Makefile | |
| parent | a37b07aa0776c4c4f84a698161d022b845148dde (diff) | |
| download | openbsd-1618490a96ac0f443d379bc3d4dcf04769edd0ce.tar.gz openbsd-1618490a96ac0f443d379bc3d4dcf04769edd0ce.tar.bz2 openbsd-1618490a96ac0f443d379bc3d4dcf04769edd0ce.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 | ||
