~ubuntu-branches/ubuntu/natty/opendkim/natty

« back to all changes in this revision

Viewing changes to libopendkim/tests/t-test03.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-04-14 15:10:05 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110414151005-i942gicr31mynx09
Tags: 2.3.2+dfsg-0ubuntu1
* New upstream bugfix release
  - Repacked tarball to remove non-free IETF drafts and RFCs
  - Updated docs/Makefile.in/am, and README to remove references removed
    non-free documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        u_int flags;
47
47
#endif /* TEST_KEEP_FILES */
48
48
        DKIM_STAT status;
49
 
        time_t fixed_time;
 
49
        uint64_t fixed_time;
50
50
        DKIM *dkim;
51
51
        DKIM_LIB *lib;
52
52
        dkim_sigkey_t key;