Ignore:
Timestamp:
Dec 8, 2006 9:58:31 PM (17 years ago)
Author:
bennylp
Message:

Initial implementation of TLS transport for ticket #3 (still not working at all)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip.h

    r563 r849  
    4141#include <pjsip/sip_transport_loop.h> 
    4242#include <pjsip/sip_transport_tcp.h> 
     43#if defined(PJSIP_HAS_TLS_TRANSPORT) && PJSIP_HAS_TLS_TRANSPORT!=0 
     44#   include <pjsip/sip_transport_tls.h> 
     45#endif 
    4346#include <pjsip/sip_resolve.h> 
    4447 
Note: See TracChangeset for help on using the changeset viewer.