The patches for 3.0.0pre8.
[rsync/rsync-patches.git] / openssl-support.diff
index e6b1e13..8dc8924 100644 (file)
@@ -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;
        }