Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/md5.h

    rdaae10f r1174899  
    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]);
     45G_MODULE_EXPORT void md5_finish_ascii(struct MD5Context *context, char *ascii);
    4546
    4647#endif
Note: See TracChangeset for help on using the changeset viewer.