summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/Makefile
diff options
context:
space:
mode:
authordoug <>2014-09-01 20:54:37 +0000
committerdoug <>2014-09-01 20:54:37 +0000
commita7ac30e7ed8aea1757edfca3d7d31bbca2d3e006 (patch)
tree97288f64885dc93f5729da15f1f84bf81947bf85 /src/usr.bin/openssl/Makefile
parent3a73303a1e6380909be747996eb639ebc395fab6 (diff)
downloadopenbsd-a7ac30e7ed8aea1757edfca3d7d31bbca2d3e006.tar.gz
openbsd-a7ac30e7ed8aea1757edfca3d7d31bbca2d3e006.tar.bz2
openbsd-a7ac30e7ed8aea1757edfca3d7d31bbca2d3e006.zip
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
ok jsing@
Diffstat (limited to 'src/usr.bin/openssl/Makefile')
-rw-r--r--src/usr.bin/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/Makefile b/src/usr.bin/openssl/Makefile
index f4c9ed4f2b..88b9511edf 100644
--- a/src/usr.bin/openssl/Makefile
+++ b/src/usr.bin/openssl/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.1 2014/08/26 17:47:24 jsing Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/09/01 20:54:37 doug Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
@@ -10,7 +10,7 @@ CFLAGS+= -Wformat
10CFLAGS+= -Wformat-security 10CFLAGS+= -Wformat-security
11CFLAGS+= -Wimplicit 11CFLAGS+= -Wimplicit
12CFLAGS+= -Wreturn-type 12CFLAGS+= -Wreturn-type
13#CFLAGS+= -Wshadow 13CFLAGS+= -Wshadow
14CFLAGS+= -Wtrigraphs 14CFLAGS+= -Wtrigraphs
15CFLAGS+= -Wuninitialized 15CFLAGS+= -Wuninitialized
16CFLAGS+= -Wunused 16CFLAGS+= -Wunused