diff options
-rw-r--r-- | src/regress/lib/libssl/handshake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/handshake/Makefile b/src/regress/lib/libssl/handshake/Makefile index a1ca7f464c..626bf4767a 100644 --- a/src/regress/lib/libssl/handshake/Makefile +++ b/src/regress/lib/libssl/handshake/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.6 2019/04/04 21:29:27 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2019/11/06 10:28:58 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,7 @@ 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 -I${BSDSRCDIR}/lib/libssl |
14 | 14 | ||
15 | print: handshake_table | 15 | print: handshake_table |
16 | @./handshake_table -C | 16 | @./handshake_table -C |