artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
789d581
)
Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed
author
tb
<tb@openbsd.org>
Sun, 7 May 2023 14:39:55 +0000
(14:39 +0000)
committer
tb
<tb@openbsd.org>
Sun, 7 May 2023 14:39:55 +0000
(14:39 +0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
7f19369
..
4c78291
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.12
8 2023/05/07 12:47:48 bluhm
Exp $
+# $OpenBSD: Makefile,v 1.12
9 2023/05/07 14:39:55 tb
Exp $
LIB= crypto
LIBREBUILD=y
@@
-16,7
+16,7
@@
LCRYPTO_SRC= ${.CURDIR}
CFLAGS+= -Wall -Wundef
.if ${COMPILER_VERSION:L} == "clang"
-CFLAGS+= -Werror
+CFLAGS+= -Werror
-Wshadow
.endif
CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL
.ifdef NAMESPACE