X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/81172142f13812d76b888e5554ec74c99af2b40d..e3cd70c8f1fd996e09def49c62b532dc98371307:/md5.diff diff --git a/md5.diff b/md5.diff index d48e910..4f4254a 100644 --- a/md5.diff +++ b/md5.diff @@ -26,9 +26,9 @@ To use this patch, run these commands for a successful build: #include "rsync.h" +#include "lib/md5.h" - int csum_length=2; /* initial value */ + int csum_length = SHORT_SUM_LENGTH; /* initial value */ -@@ -28,6 +29,7 @@ int csum_length=2; /* initial value */ +@@ -28,6 +29,7 @@ int csum_length = SHORT_SUM_LENGTH; /* i extern int checksum_seed; extern int protocol_version; @@ -587,7 +587,7 @@ To use this patch, run these commands for a successful build: {"checksum", 'c', POPT_ARG_NONE, &always_checksum, 0, 0, 0 }, {"block-size", 'B', POPT_ARG_LONG, &block_size, 0, 0, 0 }, {"compare-dest", 0, POPT_ARG_STRING, 0, OPT_COMPARE_DEST, 0, 0 }, -@@ -1646,6 +1649,9 @@ void server_options(char **args,int *arg +@@ -1656,6 +1659,9 @@ void server_options(char **args,int *arg args[ac++] = arg; }