Index: trunk/src/sh_error.c
===================================================================
--- trunk/src/sh_error.c	(revision 158)
+++ trunk/src/sh_error.c	(revision 159)
@@ -134,5 +134,5 @@
   if (s[0] == '/')
     {
-      foo = sh_tiger_hash_gpg (s, TIGER_FILE, 0);
+      foo = sh_tiger_hash_gpg (s, TIGER_FILE, TIGER_NOLIM);
       fprintf (stdout, _("%s\n"),  foo);
       SH_FREE(foo);
Index: trunk/src/sh_gpg.c
===================================================================
--- trunk/src/sh_gpg.c	(revision 158)
+++ trunk/src/sh_gpg.c	(revision 159)
@@ -129,7 +129,7 @@
 
 #if defined(WITH_PGP)
-  test_gpg = sh_tiger_hash_gpg (DEFAULT_PGP_PATH, checkfd, 0);
-#else
-  test_gpg = sh_tiger_hash_gpg (DEFAULT_GPG_PATH, checkfd, 0);
+  test_gpg = sh_tiger_hash_gpg (DEFAULT_PGP_PATH, checkfd, TIGER_NOLIM);
+#else
+  test_gpg = sh_tiger_hash_gpg (DEFAULT_GPG_PATH, checkfd, TIGER_NOLIM);
 #endif
   
