Changeset 133 for trunk/src/sh_gpg.c


Ignore:
Timestamp:
Oct 25, 2007, 12:19:05 AM (17 years ago)
Author:
rainer
Message:

Reentrant checksum/hash functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_gpg.c

    r132 r133  
    128128  SL_ENTER(_("sh_gpg_checksum"));
    129129
    130   tiger_fd = checkfd;
    131130#if defined(WITH_PGP)
    132   test_gpg = sh_tiger_hash_gpg (DEFAULT_PGP_PATH, TIGER_FD, 0);
    133 #else
    134   test_gpg = sh_tiger_hash_gpg (DEFAULT_GPG_PATH, TIGER_FD, 0);
     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);
    135134#endif
    136135 
Note: See TracChangeset for help on using the changeset viewer.