Ignore:
Timestamp:
Jan 19, 2008 3:51:56 PM (16 years ago)
Author:
bennylp
Message:

More work on ticket #452/SRTP. Please see this ticket for detailed changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/users/nanang/third_party/srtp/srtp/srtp.c

    r1699 r1718  
    484484} 
    485485#else 
    486 #if _MSC_VER <= 1200 
    487    key_limit_set(srtp->limit, 0xffffffffffffI64); 
    488 #else 
    489    key_limit_set(srtp->limit, 0xffffffffffffLL); 
    490 #endif 
     486   key_limit_set(srtp->limit, PJ_UINT64(0xffffffffffff)); 
    491487#endif 
    492488 
Note: See TracChangeset for help on using the changeset viewer.