diff options
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
-rw-r--r-- | src/regress/lib/libssl/unit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile index 1a783b4a3b..a1935bbd88 100644 --- a/src/regress/lib/libssl/unit/Makefile +++ b/src/regress/lib/libssl/unit/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.11 2021/01/10 07:30:50 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.12 2021/05/03 23:42:04 inoguchi Exp $ |
2 | 2 | ||
3 | TEST_CASES+= cipher_list | 3 | TEST_CASES+= cipher_list |
4 | TEST_CASES+= ssl_get_shared_ciphers | 4 | TEST_CASES+= ssl_get_shared_ciphers |
@@ -12,7 +12,7 @@ REGRESS_TARGETS= all_tests | |||
12 | WARNINGS= Yes | 12 | WARNINGS= Yes |
13 | LDLIBS= ${SSL_INT} -lcrypto | 13 | LDLIBS= ${SSL_INT} -lcrypto |
14 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror | 14 | CFLAGS+= -DLIBRESSL_INTERNAL -Wall -Wundef -Werror |
15 | CFLAGS+= -DCURDIR=\"${.CURDIR}\" | 15 | CFLAGS+= -DCERTSDIR=\"${.CURDIR}/../certs\" |
16 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | 16 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl |
17 | 17 | ||
18 | CLEANFILES+= ${TEST_CASES} | 18 | CLEANFILES+= ${TEST_CASES} |