i could see following method failing..
uplink.c :19
static void unimplemented (void)
{ OPENSSL_showfatal (sizeof(TCHAR)==sizeof(char)?"%s\n":"%S\n",msg);
ExitProcess (1);//causing crash
}
On Thu, Aug 30, 2012 at 3:25 PM, Mithun Kumar <[email protected]> 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
>
>
>