artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05729e6
)
Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warnings
author
jsing
<jsing@openbsd.org>
Thu, 8 Feb 2018 10:05:43 +0000
(10:05 +0000)
committer
jsing
<jsing@openbsd.org>
Thu, 8 Feb 2018 10:05:43 +0000
(10:05 +0000)
fatal.
regress/lib/libtls/config/Makefile
patch
|
blob
|
history
diff --git
a/regress/lib/libtls/config/Makefile
b/regress/lib/libtls/config/Makefile
index
846d1ab
..
02c36c5
100644
(file)
--- a/
regress/lib/libtls/config/Makefile
+++ b/
regress/lib/libtls/config/Makefile
@@
-1,10
+1,10
@@
-# $OpenBSD: Makefile,v 1.
1 2017/12/09 16:43:09
jsing Exp $
+# $OpenBSD: Makefile,v 1.
2 2018/02/08 10:05:43
jsing Exp $
PROG= configtest
LDADD= -lcrypto -lssl -ltls
DPADD= ${LIBCRYPTO} ${LIBSSL} ${LIBTLS}
WARNINGS= Yes
-CFLAGS+= -Werror
+CFLAGS+= -
DLIBRESSL_INTERNAL -Wall -Wundef -
Werror
.include <bsd.regress.mk>