On Thu, Sep 17, 2009, john blair wrote:

> 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 "; }
> 
> 

Please send bug reports in future to the request tracker, r...@openssl.org, I've
bounced this one manually.

Steve.
--
Dr Stephen N. Henson. OpenSSL project core developer.
Commercial tech support now available see: http://www.openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to