Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:adrianSuSE:PL
btar
btar-librsync.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File btar-librsync.patch of Package btar
Index: btar-1.1.1/rsync.c =================================================================== --- btar-1.1.1.orig/rsync.c +++ btar-1.1.1/rsync.c @@ -125,7 +125,11 @@ rsync_signature_new() rs->buffers.avail_out = rs->allocated_output; rs->buffers.avail_in = 0; rs->buffers.eof_in = 0; + #ifdef RS_DEFAULT_STRONG_LEN rs->job = rs_sig_begin(command_line.rsync_block_size, RS_DEFAULT_STRONG_LEN); + #else + rs->job = rs_sig_begin(command_line.rsync_block_size, 8, RS_MD4_SIG_MAGIC); + #endif assert(rs->job != 0); return rs;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor