aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2002-05-11 09:15:42 +0000
committerUlf Möller <ulf@openssl.org>2002-05-11 09:15:42 +0000
commitd80a8d1919d33f34076ebb490379f00139b5a4f0 (patch)
tree61dc601533a56849c48494368b2fddfb5de367e3 /util
parentd0ff2a237bfba01dda49a32a76e7551cf58a06cc (diff)
downloadopenssl-d80a8d1919d33f34076ebb490379f00139b5a4f0.tar.gz
values were reset for no reason.
Diffstat (limited to 'util')
-rw-r--r--util/pl/Mingw32.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl
index 37f36126f3..6d47f916dd 100644
--- a/util/pl/Mingw32.pl
+++ b/util/pl/Mingw32.pl
@@ -66,12 +66,12 @@ $lfile='';
$asm='as';
$afile='-o ';
-$bn_asm_obj="";
-$bn_asm_src="";
-$des_enc_obj="";
-$des_enc_src="";
-$bf_enc_obj="";
-$bf_enc_src="";
+#$bn_asm_obj="";
+#$bn_asm_src="";
+#$des_enc_obj="";
+#$des_enc_src="";
+#$bf_enc_obj="";
+#$bf_enc_src="";
sub do_lib_rule
{