summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/pl/Mingw32.pl
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-07-29 19:14:51 +0000
committersimon <simon@FreeBSD.org>2006-07-29 19:14:51 +0000
commite07cc0214a55c667871ff33ceb54311ec000283e (patch)
treef898e2a96cfe066221d2bdd627d5eddc70044a57 /crypto/openssl/util/pl/Mingw32.pl
parent9159ca2b0ed030ab3c19210cd933875c52c9ed3d (diff)
downloadFreeBSD-src-e07cc0214a55c667871ff33ceb54311ec000283e.zip
FreeBSD-src-e07cc0214a55c667871ff33ceb54311ec000283e.tar.gz
Resolve conflicts after import of OpenSSL 0.9.8b.
Diffstat (limited to 'crypto/openssl/util/pl/Mingw32.pl')
-rw-r--r--crypto/openssl/util/pl/Mingw32.pl13
1 files changed, 4 insertions, 9 deletions
diff --git a/crypto/openssl/util/pl/Mingw32.pl b/crypto/openssl/util/pl/Mingw32.pl
index ba00305..500d266 100644
--- a/crypto/openssl/util/pl/Mingw32.pl
+++ b/crypto/openssl/util/pl/Mingw32.pl
@@ -22,7 +22,7 @@ if ($debug)
else
{ $cflags="-DL_ENDIAN -DDSO_WIN32 -fomit-frame-pointer -O3 -mcpu=i486 -Wall"; }
-if ($gaswin and !$no_asm and !$fips)
+if ($gaswin and !$no_asm)
{
$bn_asm_obj='$(OBJ_D)\bn-win32.o';
$bn_asm_src='crypto/bn/asm/bn-win32.s';
@@ -44,7 +44,7 @@ if ($gaswin and !$no_asm and !$fips)
$rmd160_asm_src='crypto/ripemd/asm/rm-win32.s';
$sha1_asm_obj='$(OBJ_D)\s1-win32.o';
$sha1_asm_src='crypto/sha/asm/s1-win32.s';
- $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM";
+ $cflags.=" -DBN_ASM -DMD5_ASM -DSHA1_ASM -DOPENSSL_BN_ASM_PART_WORDS";
}
@@ -93,18 +93,13 @@ sub do_lib_rule
sub do_link_rule
{
- local($target,$files,$dep_libs,$libs,$sha1file,$openssl)=@_;
+ local($target,$files,$dep_libs,$libs)=@_;
local($ret,$_);
$file =~ s/\//$o/g if $o ne '/';
$n=&bname($target);
$ret.="$target: $files $dep_libs\n";
- $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n";
- if (defined $sha1file)
- {
- $ret.="\t$openssl sha1 -hmac etaonrishdlcupfm -binary $target > $sha1file";
- }
- $ret.="\n";
+ $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
return($ret);
}
1;
OpenPOWER on IntegriCloud