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/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pjsip/build/Makefile') diff --git a/pjsip/build/Makefile b/pjsip/build/Makefile index c0ecf992..d825db83 100644 --- a/pjsip/build/Makefile +++ b/pjsip/build/Makefile @@ -41,7 +41,7 @@ export PJSIP_OBJS += $(OS_OBJS) $(M_OBJS) $(CC_OBJS) $(HOST_OBJS) \ sip_endpoint.o sip_util.o sip_util_proxy.o \ sip_resolve.o sip_transport.o sip_transport_loop.o \ sip_transport_udp.o sip_transport_tcp.o \ - sip_transport_tls_ossl.o sip_auth_aka.o sip_auth_client.o \ + sip_transport_tls.o sip_auth_aka.o sip_auth_client.o \ sip_auth_msg.o sip_auth_parser.o \ sip_auth_server.o \ sip_transaction.o sip_util_statefull.o \ -- cgit v1.2.3