summaryrefslogtreecommitdiffstats
path: root/sbin/md5/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r--sbin/md5/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 1423b16..fa853fb 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;
OpenPOWER on IntegriCloud