Compiled on Windows NT4 SP6 with VC++ 6.0 SP4. Problems with the NO_DH switch. cl /Fotmp32MTmin\ssl_cert.obj -Iinc32 -Itmp32MTmin /MT /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32 -DNO_IDEA -DNO_RC2 -DNO_MD4 -DNO_MDC2 -DNO_BF -DNO_CAST -DNO_DSA -DNO_DH -c .\ssl\ssl_cert.c ssl_cert.c .\ssl\ssl_cert.c(274) : error C2220: warning treated as error - no object file generated .\ssl\ssl_cert.c(274) : warning C4102: 'err' : unreferenced label NMAKE : fatal error U1077: 'cl' : return code '0x2' Stop. The following will correct the error: Change line 274 to (works since only DH is using the 'goto err'): #ifndef NO_DH err: #endif Med venlig hilsen / Best regards Kim Hellan KMD / KMD-CA http://www.kmd-ca.dk Mailto:[EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
