From: "ukoeppe" <[EMAIL PROTECTED]>
ukoeppe> Warning W8075 .\crypto\rand\rand_win.c 239: Suspicious pointer conversion in
function RAND_poll
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);
}
ukoeppe> Warning W8002 .\crypto\rand\rand_win.c 407: Restarting compile using assembly
in function readtimer
Not much to do about that warning...
ukoeppe> Error E2133: Unable to execute command 'tasm32.exe'
Hmm, have you installed Borland Assembler (or is it called Turbo
Assmebler still?)?
--
Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
Redakteur@Stacken \ SWEDEN \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/
Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]