summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbluhm <>2023-05-07 12:47:48 +0000
committerbluhm <>2023-05-07 12:47:48 +0000
commit3851bf553d244753fee8990486c50b49b550251d (patch)
tree36a235343c82f619311e0e32a13cb0e499a3b32a
parent4ac9e674dafe62f852352fcabb3b299c10dfa747 (diff)
downloadopenbsd-3851bf553d244753fee8990486c50b49b550251d.tar.gz
openbsd-3851bf553d244753fee8990486c50b49b550251d.tar.bz2
openbsd-3851bf553d244753fee8990486c50b49b550251d.zip
Backout -Wshadow, it breaks build on powerpc64.
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index be167a93f2..7f19369126 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.127 2023/05/05 21:23:02 tb Exp $ 1# $OpenBSD: Makefile,v 1.128 2023/05/07 12:47:48 bluhm Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -16,7 +16,7 @@ LCRYPTO_SRC= ${.CURDIR}
16 16
17CFLAGS+= -Wall -Wundef 17CFLAGS+= -Wall -Wundef
18.if ${COMPILER_VERSION:L} == "clang" 18.if ${COMPILER_VERSION:L} == "clang"
19CFLAGS+= -Werror -Wshadow 19CFLAGS+= -Werror
20.endif 20.endif
21CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL 21CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL
22.ifdef NAMESPACE 22.ifdef NAMESPACE