summaryrefslogtreecommitdiff
path: root/lib/accelerated/x86/sha-padlock.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/accelerated/x86/sha-padlock.c')
-rw-r--r--lib/accelerated/x86/sha-padlock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/accelerated/x86/sha-padlock.c b/lib/accelerated/x86/sha-padlock.c
index bfb67f62e9..1030d4f63e 100644
--- a/lib/accelerated/x86/sha-padlock.c
+++ b/lib/accelerated/x86/sha-padlock.c
@@ -364,7 +364,6 @@ int wrap_padlock_hash_fast(gnutls_digest_algorithm_t algo,
wrap_padlock_hash_update(&ctx, text, text_size);
wrap_padlock_hash_output(&ctx, digest, ctx.length);
- wrap_padlock_hash_deinit(&ctx);
}
return 0;