summaryrefslogtreecommitdiff
path: root/chip/g/dcrypto/hmac.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/dcrypto/hmac.c')
-rw-r--r--chip/g/dcrypto/hmac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/chip/g/dcrypto/hmac.c b/chip/g/dcrypto/hmac.c
index 1c34ddfd96..1ba2833a41 100644
--- a/chip/g/dcrypto/hmac.c
+++ b/chip/g/dcrypto/hmac.c
@@ -40,7 +40,6 @@ static void HMAC_init(LITE_HMAC_CTX *ctx, const void *key, unsigned int len)
void DCRYPTO_HMAC_SHA256_init(LITE_HMAC_CTX *ctx, const void *key,
unsigned int len)
{
- DCRYPTO_SHA256_init(&ctx->hash, 0);
HMAC_init(ctx, key, len);
}