aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-03-31 22:09:04 +0200
committerAndy Polyakov <appro@openssl.org>2016-04-06 12:29:02 +0200
commitad7c9c9faf8938e17be29cc9afd69d4f0267234c (patch)
tree03566fc4cba784b2767e74bf4e8465a83d65a30c /Configure
parentf0e1fe7cc30b22d9e24ac38f0d4631f9b8042e12 (diff)
downloadopenssl-ad7c9c9faf8938e17be29cc9afd69d4f0267234c.tar.gz
Configure: add BLAKE_DEBUG to --strict-warnings set.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index fdd88208b6..c1b63e8933 100755
--- a/Configure
+++ b/Configure
@@ -77,7 +77,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lx
# Minimum warning options... any contributions to OpenSSL should at least get
# past these.
-my $gcc_devteam_warn = "-DPEDANTIC -DREF_DEBUG -DDEBUG_UNUSED -DBIO_DEBUG"
+my $gcc_devteam_warn = "-DPEDANTIC -DREF_DEBUG -DDEBUG_UNUSED -DBIO_DEBUG -DBLAKE_DEBUG"
. " -pedantic"
. " -Wall"
. " -Wno-long-long"