X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/4a7144ee7e4cca2a28b484da1458ba89f022bb33..9d0523ef4c304c827bb2f631128addeb719012ab:/checksum.c diff --git a/checksum.c b/checksum.c index f9f46d72..7484ca58 100644 --- a/checksum.c +++ b/checksum.c @@ -184,7 +184,7 @@ void sum_update(char *p, int len) void sum_end(char *sum) { - if (sumresidue) { + if (sumresidue || remote_version >= 27) { mdfour_update(&md, (uchar *)sumrbuf, sumresidue); }