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