projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0ff2a2
)
values were reset for no reason.
author
Ulf Möller
<ulf@openssl.org>
Sat, 11 May 2002 09:15:42 +0000
(09:15 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sat, 11 May 2002 09:15:42 +0000
(09:15 +0000)
util/pl/Mingw32.pl
patch
|
blob
|
history
diff --git
a/util/pl/Mingw32.pl
b/util/pl/Mingw32.pl
index 37f36126f371dace108f54c9314a81b49789e8d4..6d47f916dde1677b3517362623bf2148e5bc41ad 100644
(file)
--- 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
{