summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/Makefile
diff options
context:
space:
mode:
authorDoug Hogan <doug@cvs.openbsd.org>2014-09-01 20:54:38 +0000
committerDoug Hogan <doug@cvs.openbsd.org>2014-09-01 20:54:38 +0000
commite38c40c4f1c1fd949396b075c16bb4b478d32c8c (patch)
treedef76626474756da332ed6008cc22bccaed01753 /usr.bin/openssl/Makefile
parent7adcb729e714850518c2b5606cc38fb1fa1c414c (diff)
Enable -Wshadow in openssl(1) and fix a few shadow warnings.
ok jsing@
Diffstat (limited to 'usr.bin/openssl/Makefile')
-rw-r--r--usr.bin/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/Makefile b/usr.bin/openssl/Makefile
index f4c9ed4f2b2..88b9511edfa 100644
--- a/usr.bin/openssl/Makefile
+++ b/usr.bin/openssl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2014/08/26 17:47:24 jsing Exp $
+# $OpenBSD: Makefile,v 1.2 2014/09/01 20:54:37 doug Exp $
PROG= openssl
LDADD= -lssl -lcrypto
@@ -10,7 +10,7 @@ CFLAGS+= -Wformat
CFLAGS+= -Wformat-security
CFLAGS+= -Wimplicit
CFLAGS+= -Wreturn-type
-#CFLAGS+= -Wshadow
+CFLAGS+= -Wshadow
CFLAGS+= -Wtrigraphs
CFLAGS+= -Wuninitialized
CFLAGS+= -Wunused