added finddead target, removed dead code and made some functions
[rsync/rsync.git] / md4.c
diff --git a/md4.c b/md4.c
index a12a5de..0ab2501 100644 (file)
--- a/md4.c
+++ b/md4.c
  ** 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;