(svn r2390) - Codechange: Fix some warnings on GCC 4.0.0
This commit is contained in:
2
md5.h
2
md5.h
@@ -79,7 +79,7 @@ extern "C"
|
||||
void md5_init(md5_state_t *pms);
|
||||
|
||||
/* Append a string to the message. */
|
||||
void md5_append(md5_state_t *pms, const md5_byte_t *data, int nbytes);
|
||||
void md5_append(md5_state_t *pms, const void *data, int nbytes);
|
||||
|
||||
/* Finish the message and return the digest. */
|
||||
void md5_finish(md5_state_t *pms, md5_byte_t digest[16]);
|
||||
|
||||
Reference in New Issue
Block a user