summaryrefslogtreecommitdiffstats
path: root/util/pl/VC-32.pl
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-28 12:24:49 -0500
committerRich Salz <rsalz@openssl.org>2016-02-28 14:35:55 -0500
commit31ba0e17585bd16e089afa3a44979ccd9561182a (patch)
treeca3942d07fd06080ac595a0f373d3f100fc15c25 /util/pl/VC-32.pl
parent412bafdcf5621603e91c862025be4c0f1d38bd81 (diff)
Fix mk1mf build
Removing certs broke the mk1mf build. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util/pl/VC-32.pl')
-rw-r--r--util/pl/VC-32.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 03dee98a84..8c7c9f8a13 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -305,9 +305,6 @@ sub do_rehash_rule {
my ($target, $deps) = @_;
my $ret = <<"EOF";
$target: $deps
- set OPENSSL=\$(BIN_D)${o}openssl.exe
- set OPENSSL_DEBUG_MEMORY=on
- \$(PERL) \$(BIN_D)${o}c_rehash certs/demo
echo off > $target
EOF
return $ret