Ignore:
Timestamp:
Jul 4, 2017 5:22:51 AM (7 years ago)
Author:
nanang
Message:

Close #1993: Updated bundled libSRTP version to 2.1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia/transport_srtp_dtls.c

    r5598 r5614  
    893893    pj_assert(ds); 
    894894 
     895    PJ_UNUSED_ARG(tp); 
     896 
    895897    if (op == PJ_ICE_STRANS_OP_NEGOTIATION && status == PJ_SUCCESS && 
    896898        ds->setup == DTLS_SETUP_ACTIVE) 
     
    982984#endif 
    983985 
     986    PJ_UNUSED_ARG(sdp_pool); 
     987    PJ_UNUSED_ARG(options); 
     988 
    984989    if (ds->srtp->offerer_side) { 
    985990        /* As offerer: do nothing. */ 
     
    10331038    PJ_LOG(2,(ds->base.name, "dtls_encode_sdp()")); 
    10341039#endif 
     1040 
     1041    PJ_UNUSED_ARG(sdp_pool); 
    10351042 
    10361043    m_rem = sdp_remote ? sdp_remote->media[media_index] : NULL; 
     
    11841191    PJ_LOG(2,(ds->base.name, "dtls_media_start()")); 
    11851192#endif 
     1193 
     1194    PJ_UNUSED_ARG(tmp_pool); 
    11861195 
    11871196    m_rem = sdp_remote->media[media_index]; 
Note: See TracChangeset for help on using the changeset viewer.