On Wed, Apr 18, 2012 at 18:55, <bl...@apache.org> wrote: >... > +++ subversion/trunk/subversion/libsvn_subr/checksum.c Wed Apr 18 22:55:01 > 2012 >... > + checksum = checksum_create(kind, digest_size, pool); > + memcpy((unsigned char *)checksum->digest, digest, digest_size); > + return checksum;
I've seen quite a bit of this three-line section. Could you have another utility named checksum_create_with(kind, digest_size, digest, pool) ? Cheers, -g