diff options
author | tb <> | 2022-06-29 15:06:18 +0000 |
---|---|---|
committer | tb <> | 2022-06-29 15:06:18 +0000 |
commit | 6f4618c6c03ccd1d0f1b55dd8ff05af4a05abe78 (patch) | |
tree | 3fe3e63b1d47ac440ed476a5c2c1f675b5add2ce /src/regress/lib/libssl/handshake | |
parent | 4d9277b5831051a4099d19846564772bacaabaaf (diff) | |
download | openbsd-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/handshake')
-rw-r--r-- | src/regress/lib/libssl/handshake/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index aa0f70bd3b..64bd5709a8 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2022/06/29 15:06:18 tb Exp $ |
2 | 2 | ||
3 | PROGS += handshake_table | 3 | PROGS += handshake_table |
4 | PROGS += valid_handshakes_terminate | 4 | PROGS += valid_handshakes_terminate |
@@ -10,7 +10,8 @@ REGRESS_TARGETS += run-$p | |||
10 | LDADD = ${SSL_INT} -lcrypto | 10 | LDADD = ${SSL_INT} -lcrypto |
11 | DPADD = ${LIBCRYPTO} ${LIBSSL} | 11 | DPADD = ${LIBCRYPTO} ${LIBSSL} |
12 | WARNINGS = Yes | 12 | WARNINGS = Yes |
13 | CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I${BSDSRCDIR}/lib/libssl | 13 | CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror |
14 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
14 | 15 | ||
15 | print: handshake_table | 16 | print: handshake_table |
16 | @./handshake_table -C | 17 | @./handshake_table -C |