diff options
Diffstat (limited to 'libtomcrypt/src/hashes/helper/hash_file.c')
-rw-r--r-- | libtomcrypt/src/hashes/helper/hash_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libtomcrypt/src/hashes/helper/hash_file.c b/libtomcrypt/src/hashes/helper/hash_file.c index df31606..a92025c 100644 --- a/libtomcrypt/src/hashes/helper/hash_file.c +++ b/libtomcrypt/src/hashes/helper/hash_file.c @@ -25,7 +25,6 @@ int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) { #ifdef LTC_NO_FILE - (void)hash; (void)fname; (void)out; (void)outlen; return CRYPT_NOP; #else FILE *in; |