X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/3519f78547cc4a42713cd58c4acdf171a37a9c40..4f9b6a01212b4d478cb5463fe9bb8b935ffbbff7:/openssl-support.diff diff --git a/openssl-support.diff b/openssl-support.diff index ffaa795..2127ad7 100644 --- a/openssl-support.diff +++ b/openssl-support.diff @@ -82,7 +82,7 @@ can't say if I've left any cleanup/compatibility errors in the code. +extern int use_ssl; +#endif extern char *bind_address; - extern struct exclude_list_struct server_exclude_list; + extern struct filter_list_struct server_filter_list; extern char *config_file; @@ -100,8 +103,18 @@ int start_socket_client(char *host, char exit_cleanup(RERR_SOCKETIO);