RE: [reSIProcate] DTLS committed
Thanks Jason!
Has anyone build DTLS on VS .NET yet that can share the .vc_proj file?
-----Original Message-----
From: Jason Fischl [mailto:jason@xxxxxxxxxxxxxx]
Sent: Thursday, December 02, 2004 2:02 PM
To: Scott Godin
Cc: 'nagendra modadugu'; resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: Re: [reSIProcate] DTLS committed
To build DTLS, you need to define
USE_DTLS=true
USE_SSL=true
It will automatically incorporate the modified for DTLS version of
openssl. If you only define USE_SSL=true, it will use the installed
version of openssl in the standard locations. If you define
USE_DTLS=true and USE_SSL=false it won't work :)
Jason
Scott Godin wrote:
>Can the OpenSSL release in DTLS be used to replace SSL that is required for
>the USE_SSL flags in resip? If I build the DTLS library, can I define
>USE_SSL, or do I need to link in OpenSSL separately?
>
>Thanks!
>
>
>