diff options
Diffstat (limited to 'sbin/md5')
-rw-r--r-- | sbin/md5/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c index 1423b16bcb9a..fa853fbcbc12 100644 --- a/sbin/md5/md5.c +++ b/sbin/md5/md5.c @@ -61,7 +61,7 @@ typedef struct Algorithm_t { DIGEST_Init *Init; DIGEST_Update *Update; DIGEST_End *End; - char *(*Data)(const unsigned char *, unsigned int, char *); + char *(*Data)(const void *, unsigned int, char *); char *(*File)(const char *, char *); } Algorithm_t; |