On Tue, Apr 20, 2010 at 2:33 PM, Andy Polyakov <ap...@fy.chalmers.se> wrote: >> >> 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? A.
Yeah, I discovered while analyzing the code that using BIO_new_file() rather than BIO_new_fp() would disengage applink, however that was not an option for me because BIO_new_file() can't open a file whose name contains non-ANSI Unicode characters on Windows. I have to open the file myself using _wfopen(). Phillip ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org