Changeset 5635 for pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
- Timestamp:
- Aug 1, 2017 7:49:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/src/pjsua2/endpoint.cpp
r5522 r5635 85 85 verifyMsgs.push_back(verif_msgs[i]); 86 86 } 87 #else 88 PJ_UNUSED_ARG(info); 87 89 #endif 88 90 } … … 1394 1396 1395 1397 srtp_opt->use = prm.srtpUse; 1396 srtp_opt->crypto_count = prm.cryptos.size();1398 srtp_opt->crypto_count = (unsigned)prm.cryptos.size(); 1397 1399 for (unsigned i = 0; i < srtp_opt->crypto_count; i++) { 1398 1400 srtp_opt->crypto[i].key = str2Pj(prm.cryptos[i].key);
Note: See TracChangeset
for help on using the changeset viewer.