summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/accelerated/x86/hmac-padlock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/accelerated/x86/hmac-padlock.c b/lib/accelerated/x86/hmac-padlock.c
index be6c55bc33..d006b4be7d 100644
--- a/lib/accelerated/x86/hmac-padlock.c
+++ b/lib/accelerated/x86/hmac-padlock.c
@@ -339,7 +339,6 @@ wrap_padlock_hmac_fast(gnutls_mac_algorithm_t algo,
wrap_padlock_hmac_update(&ctx, text, text_size);
wrap_padlock_hmac_output(&ctx, digest, ctx.length);
- wrap_padlock_hmac_deinit(&ctx);
zeroize_temp_key(&ctx, sizeof(ctx));
}