diff options
-rw-r--r-- | src/regress/lib/libssl/bytestring/Makefile | 5 | ||||
-rw-r--r-- | src/regress/lib/libssl/handshake/Makefile | 5 | ||||
-rw-r--r-- | src/regress/lib/libssl/key_schedule/Makefile | 5 | ||||
-rw-r--r-- | src/regress/lib/libssl/tlsext/Makefile | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/src/regress/lib/libssl/bytestring/Makefile b/src/regress/lib/libssl/bytestring/Makefile index 162c81d255..91b3fea902 100644 --- a/src/regress/lib/libssl/bytestring/Makefile +++ b/src/regress/lib/libssl/bytestring/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2016/11/04 17:51:54 guenther Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2022/06/29 15:06:18 tb Exp $ |
2 | 2 | ||
3 | PROG= bytestringtest | 3 | PROG= bytestringtest |
4 | LDADD= ${SSL_INT} -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror |
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
8 | 9 | ||
9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |
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 |
diff --git a/src/regress/lib/libssl/key_schedule/Makefile b/src/regress/lib/libssl/key_schedule/Makefile index 24e12b7c36..a8f23a27c5 100644 --- a/src/regress/lib/libssl/key_schedule/Makefile +++ b/src/regress/lib/libssl/key_schedule/Makefile | |||
@@ -1,9 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2018/11/07 19:43:12 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2022/06/29 15:06:18 tb Exp $ |
2 | 2 | ||
3 | PROG= key_schedule | 3 | PROG= key_schedule |
4 | LDADD= ${SSL_INT} -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror |
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
8 | 9 | ||
9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |
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 | ||
3 | PROG= tlsexttest | 3 | PROG= tlsexttest |
4 | LDADD= ${SSL_INT} -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
5 | DPADD= ${LIBCRYPTO} ${LIBSSL} | 5 | DPADD= ${LIBCRYPTO} ${LIBSSL} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Wundef -Werror |
8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libssl | ||
8 | 9 | ||
9 | .include <bsd.regress.mk> | 10 | .include <bsd.regress.mk> |