Version information is missing from win64 dlls for openssl-0.9.8j,
openssl-0.9.8k. The following patch should fix this:
--- openssl-0.9.8k.orig\util\mk1mf.pl Thu Sep 17 11:32:28 2009
+++ openssl-0.9.8k\util\mk1mf.pl Thu Sep 17 11:48:17 2009
@@ -863,7 +863,7 @@
}
# hack to add version info on MSVC
-if (($platform eq "VC-WIN32") || ($platform eq "VC-NT")) {
+if (($platform eq "VC-WIN32") || ($platform eq "VC-WIN64A") || ($platform eq
"VC-NT")) {
$rules.= <<"EOF";
\$(OBJ_D)\\\$(CRYPTO).res: ms\\version32.rc
path
@@ -1143,7 +1143,7 @@
$ret.=$t;
}
# hack to add version info on MSVC
- if ($shlib && (($platform eq "VC-WIN32") || ($platform eq "VC-NT")))
+ if ($shlib && (($platform eq "VC-WIN32") || ($platform eq "VC-WIN64A") ||
($platform eq "VC-NT")))
{
if ($var eq "CRYPTOOBJ")
{ $ret.="\$(OBJ_D)\\\$(CRYPTO).res "; }
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]