Changes between Version 2 and Version 3 of Getting-Started/Installing-OpenSSL-Windows


Ignore:
Timestamp:
Jun 18, 2012 9:53:01 AM (12 years ago)
Author:
nanang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Installing-OpenSSL-Windows

    v2 v3  
    1313          * For Release build: libeay32MT and ssleay32MT. 
    1414 
    15 Then to enable TLS transport support in PJSIP, just add 
    16  
    17   #define PJSIP_HAS_TLS_TRANSPORT 1 
    18  
    19 in your pj/config_site.h. When this macro is defined, OpenSSL libraries will be automatically linked to the application via the #pragma construct in sip_transport_tls_ossl.c file. 
     15Then to enable TLS transport support in PJSIP, please check [wiki:TLS configuring PJSIP with TLS].