X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/f2863bc00ee660400c314a756d19ce5455dce87d..4c15e80040f6ac2fc79d599d1722cf209cc30536:/openssl-support.diff diff --git a/openssl-support.diff b/openssl-support.diff index e6b1e13..8dc8924 100644 --- a/openssl-support.diff +++ b/openssl-support.diff @@ -163,7 +163,7 @@ diff --git a/clientserver.c b/clientserver.c return -1; } -@@ -835,6 +882,9 @@ int start_daemon(int f_in, int f_out) +@@ -839,6 +886,9 @@ int start_daemon(int f_in, int f_out) if (exchange_protocols(f_in, f_out, line, sizeof line, 0) < 0) return -1; @@ -173,7 +173,7 @@ diff --git a/clientserver.c b/clientserver.c line[0] = 0; if (!read_line_old(f_in, line, sizeof line)) return -1; -@@ -846,6 +896,20 @@ int start_daemon(int f_in, int f_out) +@@ -850,6 +900,20 @@ int start_daemon(int f_in, int f_out) return -1; }