Ignore:
Timestamp:
Jun 19, 2013 6:47:43 AM (11 years ago)
Author:
riza
Message:

Re #1680: Add initial support for Win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_auth_client.c

    r4322 r4537  
    3737 
    3838/* A macro just to get rid of type mismatch between char and unsigned char */ 
    39 #define MD5_APPEND(pms,buf,len) pj_md5_update(pms, (const pj_uint8_t*)buf, len) 
     39#define MD5_APPEND(pms,buf,len) pj_md5_update(pms, (const pj_uint8_t*)buf, \ 
     40                                              (unsigned)len) 
    4041 
    4142/* Logging. */ 
Note: See TracChangeset for help on using the changeset viewer.