summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2019-11-06 10:28:58 +0000
committertb <>2019-11-06 10:28:58 +0000
commita3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f (patch)
tree59e13e4488c094d4fe125a17dfc5df24c6eb2cc3
parent30e608bb944ba91a76fcc27d90f0a1234e48adeb (diff)
downloadopenbsd-a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f.tar.gz
openbsd-a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f.tar.bz2
openbsd-a3c84c4fdb9bcb4c0f3deae9ffd5337219d44c1f.zip
use curly braces for consistency
-rw-r--r--src/regress/lib/libssl/handshake/Makefile4
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
3PROGS += handshake_table 3PROGS += handshake_table
4PROGS += valid_handshakes_terminate 4PROGS += valid_handshakes_terminate
@@ -10,7 +10,7 @@ REGRESS_TARGETS += run-$p
10LDADD = ${SSL_INT} -lcrypto 10LDADD = ${SSL_INT} -lcrypto
11DPADD = ${LIBCRYPTO} ${LIBSSL} 11DPADD = ${LIBCRYPTO} ${LIBSSL}
12WARNINGS = Yes 12WARNINGS = Yes
13CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl 13CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I${BSDSRCDIR}/lib/libssl
14 14
15print: handshake_table 15print: handshake_table
16 @./handshake_table -C 16 @./handshake_table -C