summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/util
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2002-05-21 01:49:10 +0000
committerbeck <beck@openbsd.org>2002-05-21 01:49:10 +0000
commit6355d6d855cd4625735320b699a04d0814de4a4d (patch)
tree23f921ebdc00224517ab456d3f53889c6f0fff2a /lib/libssl/src/util
parentfake sync (not yet using MAKEDEV.md) (diff)
downloadwireguard-openbsd-6355d6d855cd4625735320b699a04d0814de4a4d.tar.xz
wireguard-openbsd-6355d6d855cd4625735320b699a04d0814de4a4d.zip
Merge openssl-0.9.7-stable-SNAP-20020519
Diffstat (limited to 'lib/libssl/src/util')
-rw-r--r--lib/libssl/src/util/pl/Mingw32.pl14
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/libssl/src/util/pl/Mingw32.pl b/lib/libssl/src/util/pl/Mingw32.pl
index 37f36126f37..45ab685974e 100644
--- a/lib/libssl/src/util/pl/Mingw32.pl
+++ b/lib/libssl/src/util/pl/Mingw32.pl
@@ -25,6 +25,8 @@ if ($gaswin and !$no_asm)
{
$bn_asm_obj='$(OBJ_D)/bn-win32.o';
$bn_asm_src='crypto/bn/asm/bn-win32.s';
+ $bnco_asm_obj='$(OBJ_D)/co-win32.o';
+ $bnco_asm_src='crypto/bn/asm/co-win32.s';
$des_enc_obj='$(OBJ_D)/d-win32.o $(OBJ_D)/y-win32.o';
$des_enc_src='crypto/des/asm/d-win32.s crypto/des/asm/y-win32.s';
$bf_enc_obj='$(OBJ_D)/b-win32.o';
@@ -66,12 +68,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
{