Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-22 Thread Modem Man
Hi Andy Polyakov, you kindly made some comments on my topic. I understand your comments in the meaning of: Please do not try to break fopen()/setlocale() compatibility of BIO_new_file(). This is a good idea, no doubt! But let me go into deep, by quoting your quotes... MM>> - For Win32 and Win3

Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-22 Thread Andy Polyakov
> I actually ended up solving it by removing all uses of BIO_new_fp() in > favor of my own custom BIO that I just finished writing earlier this > week. Why not BIO_new_file? >>> Yeah, I discovered while analyzing the code that using BIO_new_file() >>> rather than BIO_new_fp() woul

Re: Win32 OPENSSL_USE_APPLINK usage

2010-04-21 Thread Modem Man
Andy Polyakov schrieb: I actually ended up solving it by removing all uses of BIO_new_fp() in favor of my own custom BIO that I just finished writing earlier this week. >>> Why not BIO_new_file? >> >> Yeah, I discovered while analyzing the code that using BIO_new_file() >> rather th