X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e897210106a2626b8a627fde067949f6275981d5..3215b7e17bc725ab1f9d9f53bfbecb80d0642c90:/openssl-support.diff diff --git a/openssl-support.diff b/openssl-support.diff index f08f48f..2b51359 100644 --- a/openssl-support.diff +++ b/openssl-support.diff @@ -393,7 +393,7 @@ diff --git a/options.c b/options.c if (inplace) { #ifdef HAVE_FTRUNCATE if (partial_dir) { -@@ -2067,10 +2141,27 @@ char *check_for_hostspec(char *s, char **host_ptr, int *port_ptr) +@@ -2072,10 +2146,27 @@ char *check_for_hostspec(char *s, char **host_ptr, int *port_ptr) char *p; int not_host; int hostlen; @@ -453,7 +453,7 @@ new file mode 100644 +++ b/ssl.c @@ -0,0 +1,370 @@ +/* -*- c-file-style: "linux" -*- -+ * ssl.c: operations for negotiating SSL rsync connections. ++ * ssl.c: operations for negotiating SSL rsync connections. + * + * Copyright (C) 2003 Casey Marshall + * @@ -461,12 +461,12 @@ new file mode 100644 + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. -+ * ++ * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. -+ * ++ * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.