[openssl.org #881] i2d_RSAPrivateKey_fp() blows up

2014-06-30 Thread Rich Salz via RT
Believe the poster was compiling with incompatible threads flags on Windows. __ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org

[openssl.org #881] i2d_RSAPrivateKey_fp() blows up

2004-05-06 Thread Richard Levitte via RT
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

[openssl.org #881] i2d_RSAPrivateKey_fp() blows up

2004-05-05 Thread S Chakraborty via RT
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