mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-28 20:16:09 +00:00
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>