Changes between Version 2 and Version 3 of Getting-Started/Installing-OpenSSL-Windows
- Timestamp:
- Jun 18, 2012 9:53:01 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Installing-OpenSSL-Windows
v2 v3 13 13 * For Release build: libeay32MT and ssleay32MT. 14 14 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. 15 Then to enable TLS transport support in PJSIP, please check [wiki:TLS configuring PJSIP with TLS].