summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/mkdef.pl1
-rw-r--r--util/pl/linux.pl2
-rw-r--r--util/pl/ultrix.pl2
3 files changed, 2 insertions, 3 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 03c8d80575..f26acbb27f 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -124,7 +124,6 @@ foreach (@known_algorithms) {
$disabled_algorithms{$_} = 0;
}
# disabled by default
-$disabled_algorithms{"CRYPTO_MDEBUG"} = 1;
$disabled_algorithms{"STATIC_ENGINE"} = 1;
my $options="";
diff --git a/util/pl/linux.pl b/util/pl/linux.pl
index d24f7b7291..60ffc25930 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 -DCRYPTO_MDEBUG"; }
+ { $cflags="-g2 -ggdb -DREF_CHECK"; }
elsif ($profile)
{ $cflags="-pg -O3"; }
else
diff --git a/util/pl/ultrix.pl b/util/pl/ultrix.pl
index ea370c71f9..c5e3be861c 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 -DCRYPTO_MDEBUG"; }
+ { $cflags="-g -DREF_CHECK"; }
else
{ $cflags="-O2"; }