Changes of Revision 25
[-] [+] | Changed | csync2.spec |
[-] [+] | Added | csync2-1.34.99-gnutls.patch ^ |
@@ -0,0 +1,11 @@ +--- update.c.orig 2010-07-27 19:44:37.465862066 +0200 ++++ update.c 2010-07-27 19:44:47.497862215 +0200 +@@ -70,7 +70,7 @@ + if ( conn_open(peername) ) return -1; + + if ( use_ssl ) { +-#if HAVE_LIBGNUTLS ++#ifdef HAVE_LIBGNUTLS + conn_printf("SSL\n"); + if ( read_conn_status(0, peername) ) { + csync_debug(1, "SSL command failed.\n"); |