diff options
Diffstat (limited to 'libtomcrypt/hashes/hash_memory_multi.c')
-rw-r--r-- | libtomcrypt/hashes/hash_memory_multi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libtomcrypt/hashes/hash_memory_multi.c b/libtomcrypt/hashes/hash_memory_multi.c index 52e8076..6a85f65 100644 --- a/libtomcrypt/hashes/hash_memory_multi.c +++ b/libtomcrypt/hashes/hash_memory_multi.c @@ -58,12 +58,6 @@ int hash_memory_multi(int hash, unsigned char *out, unsigned long *outlen, goto LBL_ERR; } - err = cryptodev_hash_reset( &hdata); - if (err < 0) { - err = CRYPT_INVALID_HASH; - goto LBL_ERR; - } - va_start(args, inlen); curptr = in; curlen = inlen; |