summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Bluhm <bluhm@cvs.openbsd.org>2023-05-07 12:47:49 +0000
committerAlexander Bluhm <bluhm@cvs.openbsd.org>2023-05-07 12:47:49 +0000
commite3c47b69a1cbeb0ee68a56be218da2ccc22ee603 (patch)
tree44f741cdb50a33d29f6226319de9571897f0fb10
parent79f5e3660ef484168cbb1a55e4574a54b5611685 (diff)
Backout -Wshadow, it breaks build on powerpc64.
-rw-r--r--lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index be167a93f2c..7f193691264 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.127 2023/05/05 21:23:02 tb Exp $
+# $OpenBSD: Makefile,v 1.128 2023/05/07 12:47:48 bluhm Exp $
LIB= crypto
LIBREBUILD=y
@@ -16,7 +16,7 @@ LCRYPTO_SRC= ${.CURDIR}
CFLAGS+= -Wall -Wundef
.if ${COMPILER_VERSION:L} == "clang"
-CFLAGS+= -Werror -Wshadow
+CFLAGS+= -Werror
.endif
CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL
.ifdef NAMESPACE