X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc1ae6582fa5e199cc9c50dc2297297c1893955c..d89a3a313ace4f2c8f743ad5f8fc8f181bf71633:/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); }