Re: [Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-27 Thread Tiago Katcipis
with Paulo Pizarro's help i was able to compile sofia-sip with TLS support. Im sendig the patch with the diffs. The changes where the following: The hint that pekka gave was right, but that was sufficient to compile only tport_tls.c, it was also needed to change tport_type_tls.c, the problem was

[Sofia-sip-devel] sip-sofia support TLS on iPhone

2008-11-27 Thread Inca Rose
Hi; I'm using sofia-sip 12.9 on an iPhone project. To be able to create a fast prototype I had to remove the support for tls ( I remove the source files related to tls from the source tree ). There is someone from the list that was able to compile the TLS related files on iPhone ? Thanks

Re: [Sofia-sip-devel] Compiling sofia-sip with TLS on windows

2008-11-27 Thread Michael Jerris
To simplify this patch and make it more consistent with the rest of the code, add the following at the top of tport_type_tls, this should solve all the issues in that file without your patch, can you confirm? #if HAVE_FUNC #elif HAVE_FUNCTION #define __func__ __FUNCTION__ #else static char