Its in cryptlib.h
#ifdef OPENSSL_USE_APPLINK #define BIO_FLAGS_UPLINK 0x8000 #include "ms/uplink.h" #endif On Thu, Aug 30, 2012 at 6:00 PM, Mithun Kumar <mithunsi...@gmail.com> wrote: > i am extremely sorry. its BIO_FLAGS_UPLINK flag. > > > > > On Thu, Aug 30, 2012 at 5:24 PM, Saurabh Pandya < > er.saurabhpan...@gmail.com> wrote: > >> How do you identified that the dame flag is causing problem >> >> On Aug 30, 2012 4:49 PM, "Mithun Kumar" <mithunsi...@gmail.com> wrote: >> > >> > Thanks for the quick reply. >> > >> > I could see that following condition compiler flag is used >> OPENSSL_USE_APPLINK causing the problem. Any idea why this flag is used? >> > >> > -mithun >> > >> > >> > On Thu, Aug 30, 2012 at 3:58 PM, Saurabh Pandya < >> er.saurabhpan...@gmail.com> wrote: >> >> >> >> is as simple as below >> >> >> >> const *errString = ERR_error_string(ERR_get_error(), NULL)); >> >> >> >> On 8/30/12, Mithun Kumar <mithunsi...@gmail.com> wrote: >> >> > Hello All, >> >> > >> >> > I am using the function ERR_print_errors_fp() to get the last >> error in >> >> > case of any failure. I want to divert the output to file. When ever >> there >> >> > is a handshake failure application crashes. >> >> > >> >> > If handshake is successful i don't see any crash. Any idea where >> things are >> >> > going wrong. >> >> > >> >> > -mithun >> >> > >> >> ______________________________________________________________________ >> >> OpenSSL Project http://www.openssl.org >> >> User Support Mailing List openssl-users@openssl.org >> >> Automated List Manager majord...@openssl.org >> > >> > >> >> >