Skip to content

Commit

Permalink
fixup! fixup! cipher_enull_hmac.c: add implementation for ossl_enull_…
Browse files Browse the repository at this point in the history
…hmac_sha384_functions
  • Loading branch information
rajeev-0 committed Dec 6, 2023
1 parent 33e03cc commit a0ebae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/implementations/ciphers/cipher_enull_hmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ static int enull_hmac_einit(void *vctx,
PROV_CIPHER_CTX *ctx = (PROV_CIPHER_CTX *)vctx;
PROV_CIPHER_HW_ENULL_HMAC *hw = (PROV_CIPHER_HW_ENULL_HMAC *)ctx->hw;

hw->initiv(ctx, iv, ivlen);
ret = hw->initiv(ctx, iv, ivlen);
}
if (ret && !enull_hmac_set_ctx_params(vctx, params))
ret = 0;
Expand Down

0 comments on commit a0ebae4

Please sign in to comment.