Changeset 5386
- Timestamp:
- Jul 15, 2016 10:16:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsip/sip_transport_tls.c
r5366 r5386 446 446 } 447 447 448 #if !(defined(PJSIP_TLS_TRANSPORT_DONT_CREATE_LISTENER) && \449 PJSIP_TLS_TRANSPORT_DONT_CREATE_LISTENER != 0)450 451 448 /* Check if certificate/CA list for SSL socket is set */ 452 449 if (listener->tls_setting.cert_file.slen || … … 463 460 if (status != PJ_SUCCESS) 464 461 goto on_error; 465 462 } 463 464 #if !(defined(PJSIP_TLS_TRANSPORT_DONT_CREATE_LISTENER) && \ 465 PJSIP_TLS_TRANSPORT_DONT_CREATE_LISTENER != 0) 466 467 if (listener->cert) { 466 468 status = pj_ssl_sock_set_certificate(listener->ssock, pool, 467 469 listener->cert);
Note: See TracChangeset
for help on using the changeset viewer.