X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/ac23c3343de86c3e85e1f6a604dc5cec76f3c4f2..d1cfcd415f677c56430bff609fbd6a6086b11f0e:/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);