~ubuntu-branches/debian/stretch/ccache/stretch

« back to all changes in this revision

Viewing changes to hash.c

  • Committer: Package Import Robot
  • Author(s): Joel Rosdahl
  • Date: 2015-08-16 15:45:28 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20150816154528-kptqqpx9pezio0yn
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
void
87
87
hash_string_length(struct mdfour *md, const char *s, int length)
88
88
{
89
 
        hash_buffer(md, s, length);
 
89
        hash_buffer(md, s, length);
90
90
}
91
91
 
92
92
void