Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/md5.h

    r1174899 rdaae10f  
    4343G_MODULE_EXPORT void md5_append(struct MD5Context *context, const md5_byte_t *buf, unsigned int len);
    4444G_MODULE_EXPORT void md5_finish(struct MD5Context *context, md5_byte_t digest[16]);
    45 G_MODULE_EXPORT void md5_finish_ascii(struct MD5Context *context, char *ascii);
    4645
    4746#endif
Note: See TracChangeset for help on using the changeset viewer.