Hello:

I want to obtain the errors that I have, and I use the function
ERR_print_errors_fp().
But , this give a empty file. And I have errors ...

My code:

ERR_load_crypto_strings();

fp = fopen(fileError, "w");
ERR_print_errors_fp(fp);
fclose(fp);

Can somebody help me?

Thanks.

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

Reply via email to