Changeset 159 for trunk/src/sh_gpg.c


Ignore:
Timestamp:
Jan 16, 2008, 11:12:13 PM (17 years ago)
Author:
katerina
Message:

Fix for ticket #87 (option --with-checksum broken).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_gpg.c

    r153 r159  
    129129
    130130#if defined(WITH_PGP)
    131   test_gpg = sh_tiger_hash_gpg (DEFAULT_PGP_PATH, checkfd, 0);
    132 #else
    133   test_gpg = sh_tiger_hash_gpg (DEFAULT_GPG_PATH, checkfd, 0);
     131  test_gpg = sh_tiger_hash_gpg (DEFAULT_PGP_PATH, checkfd, TIGER_NOLIM);
     132#else
     133  test_gpg = sh_tiger_hash_gpg (DEFAULT_GPG_PATH, checkfd, TIGER_NOLIM);
    134134#endif
    135135 
Note: See TracChangeset for help on using the changeset viewer.