diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2019-11-06 10:28:59 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2019-11-06 10:28:59 +0000 |
commit | 1557b2af6dfc97bc1fe491b43683214fbce1ab2e (patch) | |
tree | 71ac4fb25eb77eaa67e3ae43be57f8207d4a139d /regress | |
parent | ee01443fe902c40e1c7e99ae79c6b0a83b80f1ba (diff) |
use curly braces for consistency
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libssl/handshake/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libssl/handshake/Makefile b/regress/lib/libssl/handshake/Makefile index a1ca7f464c9..626bf4767a0 100644 --- a/regress/lib/libssl/handshake/Makefile +++ b/regress/lib/libssl/handshake/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/04/04 21:29:27 tb Exp $ +# $OpenBSD: Makefile,v 1.7 2019/11/06 10:28:58 tb Exp $ PROGS += handshake_table PROGS += valid_handshakes_terminate @@ -10,7 +10,7 @@ REGRESS_TARGETS += run-$p LDADD = ${SSL_INT} -lcrypto DPADD = ${LIBCRYPTO} ${LIBSSL} WARNINGS = Yes -CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I$(BSDSRCDIR)/lib/libssl +CFLAGS += -DLIBRESSL_INTERNAL -Wundef -Werror -I${BSDSRCDIR}/lib/libssl print: handshake_table @./handshake_table -C |