if I enable the code,  I get the linking error on the symbol for
freerdp_global_init() from the .exe.
if I keep it disabled,  I am getting 'NULL' for tls->ctx at tls->ctx =
SSL_CTX_new(TLSv1_client_method()); while creating TLS context. This results
in to an exception at tls->ssl = SSL_new(tls->ctx); while Initializing TLS
handshake on socket.

am I missing something?

thanks.
-Tushar



On Wed, Apr 6, 2011 at 6:24 PM, Mads Kiilerich <m...@kiilerich.com> wrote:
> On 04/06/2011 02:49 PM, Tushar Deokar wrote:
>>
>> Thanks for the replies!
>>
>> I have taken the latest code which has NLA support.
>>
>> Further, I am using the windows environment for implementation which
>> uses wfreerdp.cpp for main() function.
>> I want to know why the code:
>>
>> /*if (!freerdp_global_init())
>>        {
>>                printf("Error initializing freerdp\n");
>>                return 1;
>>        }*/
>>
>> is commented?
>
> I don't know why it is disabled and I don't think it should have been, but
> NLA on windows works fine for me anyway so I haven't bothered yet.
>
> Does it make a difference for you?
>
> /Mads
>
------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to