summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-05-07 14:39:56 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-05-07 14:39:56 +0000
commit940296c59874928d526c5668f93b30d0f3d60dd5 (patch)
tree6e02d557b44df254907a66e78cfaf83df5df8664
parent9a9973a3ce733a64de4c276c96dfa4cbe765a421 (diff)
Recommit -Wshadow now that the warning on BIG_ENDIAN is fixed
-rw-r--r--lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index 7f193691264..4c782918e7f 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.128 2023/05/07 12:47:48 bluhm Exp $
+# $OpenBSD: Makefile,v 1.129 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