X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6e4fb64e6141727b8144bb77265bf0a4a8450a39..d1be231290b3867648ee417fad341fdf1caaa94b:/md4.c diff --git a/md4.c b/md4.c index 0ab25013..9fc08254 100644 --- a/md4.c +++ b/md4.c @@ -225,7 +225,7 @@ static void MDreverse(X) /* Process data */ if (count == 512) { /* Full block of data to handle */ - MDblock(MDp,(unsigned int *)X); + MDblock(MDp,(unsigned int32 *)X); } else if (count > 512) /* Check for count too large */ { rprintf(FERROR,"\nError: MDupdate called with illegal count value %d."