From: Richard Levitte - VMS Whacker <[EMAIL PROTECTED]>
> Ah, I think I see.  Could you try the following change (do you
> understand the format used?)?
>
> diff -u -r1.6 rand_win.c
> --- crypto/rand/rand_win.c 2000/07/21 02:14:15 1.6
> +++ crypto/rand/rand_win.c 2000/09/11 11:41:16
> @@ -236,7 +236,7 @@
>   if (cursor)
>   {
>   /* cursor position */
> - cursor(buf);
> + cursor((PCURSORINFO)buf);
>   RAND_add(buf, sizeof(buf), 0);
>   }

No, I don't have assembler installed.
Now the error looks somewhat different (somehow strange because there's not
really an error before the assembler ceremony starts) :

bcc32 -otmp32\randfile.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp  -c
.\cry
pto\rand\randfile.c
.\crypto\rand\randfile.c:
Warning W8017 c:\Borland\Bcc55\include\sys/stat.h 34: Redefinition of
'S_IFMT' i
s not identical
Warning W8017 c:\Borland\Bcc55\include\sys/stat.h 35: Redefinition of
'S_IFDIR'
is not identical




    bcc32 -otmp32\rand_lib.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp  -c
.\cry
pto\rand\rand_lib.c
.\crypto\rand\rand_lib.c:




    bcc32 -otmp32\rand_err.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp  -c
.\cry
pto\rand\rand_err.c
.\crypto\rand\rand_err.c:




    bcc32 -otmp32\rand_egd.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp  -c
.\cry
pto\rand\rand_egd.c
.\crypto\rand\rand_egd.c:




    bcc32 -otmp32\rand_win.obj -Iinc32 -Itmp32 -DWIN32_LEAN_AND_MEAN -q -w-a
us -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN -O2 -ff -fp  -c
.\cry
pto\rand\rand_win.c
.\crypto\rand\rand_win.c:
Warning W8002 .\crypto\rand\rand_win.c 408: Restarting compile using
assembly in
 function readtimer
Error E2133: Unable to execute command 'tasm32.exe'

** error 1 ** deleting tmp32\rand_win.obj






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

Reply via email to