- Timestamp:
- Jan 16, 2008, 11:12:13 PM (17 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_error.c
r144 r159 134 134 if (s[0] == '/') 135 135 { 136 foo = sh_tiger_hash_gpg (s, TIGER_FILE, 0);136 foo = sh_tiger_hash_gpg (s, TIGER_FILE, TIGER_NOLIM); 137 137 fprintf (stdout, _("%s\n"), foo); 138 138 SH_FREE(foo); -
trunk/src/sh_gpg.c
r153 r159 129 129 130 130 #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); 134 134 #endif 135 135
Note:
See TracChangeset
for help on using the changeset viewer.