I am using OpenSSL 0.9.8l from http://www.slproweb.com/products/Win32OpenSSL.html
I link to these libraries for debugging: C:\OpenSSL\lib\VC\ssleay32MTd.lib C:\OpenSSL\lib\VC\libeay32MTd.lib And these ones for release: C:\OpenSSL\lib\VC\ssleay32MT.lib C:\OpenSSL\lib\VC\libeay32MT.lib I compile the program using the /MT (Release) and /MTd (Debug) flag under C/C++ -> Code Generation Best regards Michael Boman On Sat, Feb 27, 2010 at 2:25 AM, Dave Thompson < dave.thomp...@princetonpayments.com> wrote: > > From: owner-openssl-us...@openssl.org On Behalf Of Michael Boman > > Sent: Thursday, 25 February, 2010 15:26 > > > if (options->xmlOutput != 0) > > { > > fileBIO = BIO_new(BIO_s_file()); > > BIO_set_fp(fileBIO, options->xmlOutput, BIO_NOCLOSE); // <- > Crashing > here > > } > > > Help & suggestions are most welcome. > > Your screenshots look like Windows; if so, what > compiler/runtime and OpenSSL build are you using > and could you have the wrong-MSVC-runtime issue? > http://www.openssl.org/support/faq.html#PROG2 > > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org > -- http://michaelboman.org - Security Blog & Wiki