diff options
| author | tb <> | 2021-01-10 07:30:50 +0000 |
|---|---|---|
| committer | tb <> | 2021-01-10 07:30:50 +0000 |
| commit | 28f67d9d58bf73760f60ae7edbf4ab7f814a93b1 (patch) | |
| tree | 53f18c0c1610789223deae6ee2f79bb2f9bcbe26 /src | |
| parent | f87a04119b2512f09158a91231f8aad3831e4c9c (diff) | |
| download | openbsd-28f67d9d58bf73760f60ae7edbf4ab7f814a93b1.tar.gz openbsd-28f67d9d58bf73760f60ae7edbf4ab7f814a93b1.tar.bz2 openbsd-28f67d9d58bf73760f60ae7edbf4ab7f814a93b1.zip | |
Link shared ciphers test to build
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 4768963293..1a783b4a3b 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.10 2020/12/01 07:49:03 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.11 2021/01/10 07:30:50 tb Exp $ |
| 2 | 2 | ||
| 3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
| 4 | TEST_CASES+= ssl_get_shared_ciphers | ||
| 4 | TEST_CASES+= ssl_methods | 5 | TEST_CASES+= ssl_methods |
| 5 | TEST_CASES+= ssl_versions | 6 | TEST_CASES+= ssl_versions |
| 6 | TEST_CASES+= tls_ext_alpn | 7 | TEST_CASES+= tls_ext_alpn |
| @@ -11,6 +12,7 @@ REGRESS_TARGETS= all_tests | |||
| 11 | WARNINGS= Yes | 12 | WARNINGS= Yes |
| 12 | LDLIBS= ${SSL_INT} -lcrypto | 13 | LDLIBS= ${SSL_INT} -lcrypto |
| 13 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 14 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
| 15 | CFLAGS+= -DCURDIR=\"${.CURDIR}\" | ||
| 14 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | 16 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl |
| 15 | 17 | ||
| 16 | CLEANFILES+= ${TEST_CASES} | 18 | CLEANFILES+= ${TEST_CASES} |
