X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fmd5.h;h=82cc91e55a9ce8527457e88e85bd8452090813e2;hp=c1dbd060740b444f8d203dc9d2648dee37b278e8;hb=37d30b56405bf9858e0c1c1baad93105737e7a1b;hpb=b45c3a6c5730d47dd7dad9b90f92bd0378285f50 diff --git a/include/md5.h b/include/md5.h index c1dbd06..82cc91e 100644 --- a/include/md5.h +++ b/include/md5.h @@ -23,7 +23,7 @@ to strcmp. If CHECK is false, crypt KEY and save the result in CRYPTED. CRYPTED must have a salt. */ -extern int md5_password (const char *key, char *crypted, int check); +extern int md5_password (const unsigned char *key, unsigned char *crypted, int check); /* For convenience. */ #define check_md5_password(key,crypted) md5_password((key), (crypted), 1)