diff options
| author | jsing <> | 2017-01-22 08:19:36 +0000 |
|---|---|---|
| committer | jsing <> | 2017-01-22 08:19:36 +0000 |
| commit | d82a6fcd01f5e4e4b106a595743bb5081bf0221c (patch) | |
| tree | c7e6f820dd4ed5e54b5eee3183b3a502993a623a /src/regress/lib/libssl/unit/Makefile | |
| parent | 2204d5a39055900d89c6f7fbdcc3bb37ec8070db (diff) | |
| download | openbsd-d82a6fcd01f5e4e4b106a595743bb5081bf0221c.tar.gz openbsd-d82a6fcd01f5e4e4b106a595743bb5081bf0221c.tar.bz2 openbsd-d82a6fcd01f5e4e4b106a595743bb5081bf0221c.zip | |
Update the TLS ALPN unit tests to work with internal/opaque data.
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 48ae396327..264bd2c3db 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.7 2016/12/30 16:58:12 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2017/01/22 08:19:36 jsing Exp $ |
| 2 | 2 | ||
| 3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
| 4 | TEST_CASES+= ssl_versions | 4 | TEST_CASES+= ssl_versions |
| @@ -9,6 +9,7 @@ REGRESS_TARGETS= all_tests | |||
| 9 | WARNINGS= Yes | 9 | WARNINGS= Yes |
| 10 | LDLIBS= ${SSL_INT} -lcrypto | 10 | LDLIBS= ${SSL_INT} -lcrypto |
| 11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 11 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
| 12 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
| 12 | 13 | ||
| 13 | CLEANFILES+= ${TEST_CASES} | 14 | CLEANFILES+= ${TEST_CASES} |
| 14 | 15 | ||
