From c7b5a2411a316bff3e3bda9e5fdac72db66f6269 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Mon, 26 Oct 2009 15:47:52 +0000 Subject: Ticket #957: - Added features in secure socket: handshake timeout timer, certificate info, renegotiation API. - Added unit test for secure socket, along with testing purpose certificate & private key. - Updated build configs for secure socket. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2970 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/build/pjsip_core.dsp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'pjsip/build/pjsip_core.dsp') diff --git a/pjsip/build/pjsip_core.dsp b/pjsip/build/pjsip_core.dsp index 4a5389b5..95a02a1b 100644 --- a/pjsip/build/pjsip_core.dsp +++ b/pjsip/build/pjsip_core.dsp @@ -156,7 +156,20 @@ SOURCE=..\src\pjsip\sip_transport_tcp.c # End Source File # Begin Source File +SOURCE=..\src\pjsip\sip_transport_tls.c +# End Source File +# Begin Source File + SOURCE=..\src\pjsip\sip_transport_tls_ossl.c + +!IF "$(CFG)" == "pjsip_core - Win32 Release" + +!ELSEIF "$(CFG)" == "pjsip_core - Win32 Debug" + +# PROP Exclude_From_Build 1 + +!ENDIF + # End Source File # Begin Source File -- cgit v1.2.3