Hi all!
I have just successfully built openssl-0.9.5beta1 on NT 4 with VC++ 6.0 and
MASM 6.14. 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.
Second one, short version
=========================
This patch also needed:
--- ssl/s3_pkt.c.orig Tue Feb 22 03:59:24 2000
+++ ssl/s3_pkt.c Fri Feb 25 10:39:17 2000
@@ -846,7 +846,7 @@
if (dest_maxlen > 0)
{
n = dest_maxlen - *dest_len; /* available space in
'dest' */
- if (rr->length < n)
+ if (rr->length < (unsigned int)n)
n = rr->length; /* available bytes */
/* now move 'n' bytes: */
Why?
====
I get this error, which speaks for itself:
cl /Fotmp32dll\s3_pkt.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox /O2 /Ob2
/Gs0 /GF /Gy
/nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DBN_ASM -DMD5_ASM -DSHA1_A
SM -DRMD160_ASM /Fdout32dll /GD -D_WINDLL -D_DLL -c .\ssl\s3_pkt.c
s3_pkt.c
.\ssl\s3_pkt.c(849) : error C2220: warning treated as error - no object file
generated
.\ssl\s3_pkt.c(849) : warning C4018: '<' : signed/unsigned mismatch
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
Cheers,
- Peter
----------------------------------------------------------------
Peter "Luna" Runestig (fd. Altberg), Sweden <[EMAIL PROTECTED]>
PGP Key ID: 0x33BE83E0
Fingerprint: 05DB BFF0 4F9D 1FFA 8441 E859 7F7B E52E 33BE 83E0
Gubben Movitz ler och nickar, / men fr�n Charons m�rka sund
d�dens blund / i dina blickar / b�dar snart din sista stund.
Carl Michael Bellman, Fredmans epistel nr 34
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]