Grebelsky, Konstantin wrote:
> 
> I have tried a number of things:
> X509_print_fp
> PEM_write_X509
> PEM_write_DSAPrivateKey
> 
> all of these crash when they get to fwrite in file_write in bss_file.c
> They crash when fwrite tries to lock the stream...
> Does anybody know why this is happening? All this of course inside my code
> all openssl staff works just fine.
> Is there something I am not setting?

The usual reason for this is that you are on Windoze and haven't set the
multi threaded DLL runtime library option. See INSTALL.W32

Steve.
-- 
Dr Stephen N. Henson.   http://www.drh-consultancy.demon.co.uk/
Personal Email: [EMAIL PROTECTED] 
Senior crypto engineer, Celo Communications: http://www.celocom.com/
Core developer of the   OpenSSL project: http://www.openssl.org/
Business Email: [EMAIL PROTECTED] PGP key: via homepage.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to