X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/37863201ad549b11ce70ecfb1e348165637f2e44..6e4fb64e6141727b8144bb77265bf0a4a8450a39:/md4.c diff --git a/md4.c b/md4.c index a12a5ded..0ab25013 100644 --- a/md4.c +++ b/md4.c @@ -102,7 +102,7 @@ ** Assumes X is an array of 16 ints. ** The macro revx reverses the byte-ordering of the next word of X. */ - void MDreverse(X) +static void MDreverse(X) unsigned int32 *X; { register unsigned int32 t; register unsigned int i;