acrn-hypervisor/hypervisor/lib/crypto/mbedtls
Fei Li d233a0d30f hv: crypto: fix a minor build Werror
The comparison "ctx->md_info == NULL" (if ctx is not NULL) will always evaluate
as 'false' for the address of 'hmac_ctx' will never be NULL.
This patch remove this unnecessary check.

Tracked-On: #7453
Signed-off-by: Fei Li <fei1.li@intel.com>
2022-05-13 10:47:51 +08:00
..
ChangeLog hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
hkdf.c hv: fix violations in hkdf.c and crypto_api.c for crypto lib 2019-01-03 09:05:04 +08:00
hkdf.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
md_internal.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
md_wrap.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
md.c hv: crypto: fix a minor build Werror 2022-05-13 10:47:51 +08:00
md.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sha256.c Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00
sha256.h Remove "All rights reserved" string headers 2022-04-06 13:21:02 +08:00