How did you compile your program? OpenSSL is obviously compiled to link with MSVCRT.LIB (multithreaded non-debugging library). That's what /MD means. Is your applidation built the same way? If not, please do.
[EMAIL PROTECTED] - Wed May 5 08:41:36 2004]: > Hi, > openssl version================================================= > OpenSSL 0.9.7 31 Dec 2002 > built on: Mon Feb 17 03:44:34 2003 > platform: VC-WIN32 > options: bn(64,32) md2(int) rc4(idx,int) des(idx,cisc,4,long) > idea(int) blowfis > h(idx) > compiler: cl /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo > -DOPENSSL_SYSNAM > E_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DBN_ASM > -DMD5_ASM -DSHA1_A > SM -DRMD160_ASM /Fdout32dll -DOPENSSL_NO_KRB5 > OPENSSLDIR: "/usr/local/ssl" > =============================================================== > os = win2k, compiler = vc++ 6.0 > > calling i2d_RSAPrivateKey_fp(FILE* , RSA* ) with valid argument > causes access violation in vc++. > > > > > > Subir Chakraborty > > > --------------------------------- > Do you Yahoo!? > Win a $20,000 Career Makeover at Yahoo! HotJobs -- Richard Levitte [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
