X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e66d6d511b675d31a3c55b51fd28d5d2558d094a..ab5ffac0b5b90b65432ee6491f5c8cf94a3b0e18:/openssl-support.diff diff --git a/openssl-support.diff b/openssl-support.diff index ed673be..f08f48f 100644 --- a/openssl-support.diff +++ b/openssl-support.diff @@ -59,8 +59,8 @@ diff --git a/cleanup.c b/cleanup.c +#endif extern int keep_partial; extern int got_xfer_error; - extern int progress_is_active; -@@ -125,6 +128,14 @@ NORETURN void _exit_cleanup(int code, const char *file, int line) + extern char *partial_dir; +@@ -121,6 +124,14 @@ NORETURN void _exit_cleanup(int code, const char *file, int line) code, file, line); } @@ -435,7 +435,7 @@ diff --git a/rsync.h b/rsync.h #define SYMLINK_PREFIX "/rsyncd-munged/" #define SYMLINK_PREFIX_LEN ((int)sizeof SYMLINK_PREFIX - 1) -@@ -543,6 +544,11 @@ typedef unsigned int size_t; +@@ -547,6 +548,11 @@ typedef unsigned int size_t; # define SIZEOF_INT64 SIZEOF_OFF_T #endif