summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-30 12:04:25 -0500
committerRich Salz <rsalz@openssl.org>2016-02-11 12:40:32 -0500
commitf3f1cf8444f439c0be9de04bf3821a20d00fd956 (patch)
tree50d0fc624d4680e6cd734328126cd60a9dc128be /util
parent7823d792d0cad3b44ad5389a8d3381becefe7f44 (diff)
Move to REF_DEBUG, for consistency.
Add utility macros REF_ASSERT_NOT and REF_PRINT_COUNT This is also RT 4181 Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rw-r--r--util/pl/linux.pl2
-rw-r--r--util/pl/ultrix.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/linux.pl b/util/pl/linux.pl
index 60ffc25930..fa281c8ba3 100644
--- a/util/pl/linux.pl
+++ b/util/pl/linux.pl
@@ -11,7 +11,7 @@ $rm='/bin/rm -f';
$cc='gcc';
if ($debug)
- { $cflags="-g2 -ggdb -DREF_CHECK"; }
+ { $cflags="-g2 -ggdb -DREF_DEBUG"; }
elsif ($profile)
{ $cflags="-pg -O3"; }
else
diff --git a/util/pl/ultrix.pl b/util/pl/ultrix.pl
index c5e3be861c..1887794798 100644
--- a/util/pl/ultrix.pl
+++ b/util/pl/ultrix.pl
@@ -11,7 +11,7 @@ $rm='/bin/rm -f';
$cc='cc';
if ($debug)
- { $cflags="-g -DREF_CHECK"; }
+ { $cflags="-g -DREF_DEBUG"; }
else
{ $cflags="-O2"; }