> I have just successfully built openssl-0.9.5beta1 on NT 4 with VC++ 6.0 and
> MASM 6.14.
  ^ my fault, i'll look into it during the day.
> I had to "tweak" two thing to get it through.
> My setup is this:
> > perl Configure VC-WIN32
> > ms\do_masm
> > nmake -f ms\ntdll.mak
> 
> I'm not on this list, so you may CC any comments to me.
> 
> First one, short version
> ========================
> I need this patch to make openssl-0.9.5beta1 compile clean with MASM 6:
> --- crypto/perlasm/x86ms.pl.orig        Mon Jul 12 20:12:40 1999
> +++ crypto/perlasm/x86ms.pl     Fri Feb 25 10:27:27 2000
> @@ -341,7 +341,7 @@
>                 $label{$_[0]}="${label}${_[0]}";
>                 $label++;
>                 }
> -       push(@out,"$label{$_[0]}:\n");
> +       push(@out,"$label{$_[0]}::\n");
>         }
> 
>  sub main'data_word
which is not the way to do it. but as i said, i'll look into it...

a.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to