summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/unit/Makefile4
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
3TEST_CASES+= cipher_list 3TEST_CASES+= cipher_list
4TEST_CASES+= ssl_get_shared_ciphers
4TEST_CASES+= ssl_methods 5TEST_CASES+= ssl_methods
5TEST_CASES+= ssl_versions 6TEST_CASES+= ssl_versions
6TEST_CASES+= tls_ext_alpn 7TEST_CASES+= tls_ext_alpn
@@ -11,6 +12,7 @@ REGRESS_TARGETS= all_tests
11WARNINGS= Yes 12WARNINGS= Yes
12LDLIBS= ${SSL_INT} -lcrypto 13LDLIBS= ${SSL_INT} -lcrypto
13CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror 14CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror
15CFLAGS+= -DCURDIR=\"${.CURDIR}\"
14CFLAGS+= -I${.CURDIR}/../../../../lib/libssl 16CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
15 17
16CLEANFILES+= ${TEST_CASES} 18CLEANFILES+= ${TEST_CASES}