Navigation


Changeset 403:26aafbbc1640 in freeDiameter for extensions/app_radgw/md5.h


Ignore:
Timestamp:
Jul 8, 2010, 2:24:19 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Cleanup all compilation warnings in base code for 32 bit arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/md5.h

    r254 r403  
    44 * It is redistributed under the terms of the BSD license, as allowed
    55 * by the original copyright reproduced bellow.
    6  *  The file has not been modified, except for this notice.
    76 */
     7
    88/*********************************************************************************/
    99
     
    4141#endif /* CONFIG_CRYPTO_INTERNAL */
    4242
     43 /* Forward declaration: */
     44void md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac);
     45
    4346#endif /* MD5_H */
Note: See TracChangeset for help on using the changeset viewer.