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/sip_config.h

    r753 r849  
    232232#ifndef PJSIP_MAX_RESOLVED_ADDRESSES 
    233233#   define PJSIP_MAX_RESOLVED_ADDRESSES     8 
     234#endif 
     235 
     236 
     237/** 
     238 * Enable TLS SIP transport support. For most systems this means that 
     239 * OpenSSL must be installed. 
     240 * 
     241 * Default: 0 (for now) 
     242 */ 
     243#ifndef PJSIP_HAS_TLS_TRANSPORT 
     244#   define PJSIP_HAS_TLS_TRANSPORT          0 
    234245#endif 
    235246 
Note: See TracChangeset for help on using the changeset viewer.