summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/tlsext
diff options
context:
space:
mode:
authortb <>2022-06-29 15:06:18 +0000
committertb <>2022-06-29 15:06:18 +0000
commit6f4618c6c03ccd1d0f1b55dd8ff05af4a05abe78 (patch)
tree3fe3e63b1d47ac440ed476a5c2c1f675b5add2ce /src/regress/lib/libssl/tlsext
parent4d9277b5831051a4099d19846564772bacaabaaf (diff)
downloadopenbsd-6f4618c6c03ccd1d0f1b55dd8ff05af4a05abe78.tar.gz
openbsd-6f4618c6c03ccd1d0f1b55dd8ff05af4a05abe78.tar.bz2
openbsd-6f4618c6c03ccd1d0f1b55dd8ff05af4a05abe78.zip
Use relative paths so beck can run regress in his git tree and have
the correct ssl_local.h etc be picked up.
Diffstat (limited to 'src/regress/lib/libssl/tlsext')
-rw-r--r--src/regress/lib/libssl/tlsext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/tlsext/Makefile b/src/regress/lib/libssl/tlsext/Makefile
index 48b5bc1e25..9ff441697f 100644
--- a/src/regress/lib/libssl/tlsext/Makefile
+++ b/src/regress/lib/libssl/tlsext/Makefile
@@ -1,9 +1,10 @@
1# $OpenBSD: Makefile,v 1.1 2017/07/16 18:18:10 jsing Exp $ 1# $OpenBSD: Makefile,v 1.2 2022/06/29 15:06:18 tb Exp $
2 2
3PROG= tlsexttest 3PROG= tlsexttest
4LDADD= ${SSL_INT} -lcrypto 4LDADD= ${SSL_INT} -lcrypto
5DPADD= ${LIBCRYPTO} ${LIBSSL} 5DPADD= ${LIBCRYPTO} ${LIBSSL}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl 7CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror
8CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
8 9
9.include <bsd.regress.mk> 10.include <bsd.regress.mk>