diff options
author | tb <> | 2019-11-06 10:28:58 +0000 |
---|---|---|
committer | tb <> | 2019-11-06 10:28:58 +0000 |
commit | a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f (patch) | |
tree | 59e13e4488c094d4fe125a17dfc5df24c6eb2cc3 | |
parent | 30e608bb944ba91a76fcc27d90f0a1234e48adeb (diff) | |
download | openbsd-a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f.tar.gz openbsd-a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f.tar.bz2 openbsd-a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f.zip |
use curly braces for consistency
-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 |