~ubuntu-branches/ubuntu/trusty/apr-util/trusty

« back to all changes in this revision

Viewing changes to test/testmd4.c

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur
  • Date: 2009-03-26 22:25:48 UTC
  • mto: (4.1.1 squeeze) (20.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20090326222548-v103269kb84vo0ub
Tags: upstream-1.3.4+dfsg
ImportĀ upstreamĀ versionĀ 1.3.4+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
        unsigned char digest[APR_MD4_DIGESTSIZE];
96
96
        const void *string = md4sums[count].string;
97
97
        const void *sum = md4sums[count].md4sum;
98
 
        apr_size_t len = strlen(string);
 
98
        unsigned int len = strlen(string);
99
99
 
100
100
        ABTS_ASSERT(tc, "apr_md4_init", (apr_md4_init(&context) == 0));
101
101
        ABTS_ASSERT(tc, "apr_md4_update",