diff options
author | Ulf Möller <ulf@openssl.org> | 2002-05-11 11:15:42 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2002-05-11 11:15:42 +0200 |
commit | d80a8d1919d33f34076ebb490379f00139b5a4f0 (patch) | |
tree | 61dc601533a56849c48494368b2fddfb5de367e3 /util | |
parent | updated Mingw32 instructions. (diff) | |
download | openssl-d80a8d1919d33f34076ebb490379f00139b5a4f0.tar.xz openssl-d80a8d1919d33f34076ebb490379f00139b5a4f0.zip |
values were reset for no reason.
Diffstat (limited to 'util')
-rw-r--r-- | util/pl/Mingw32.pl | 12 |
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 { |