mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-12 17:06:13 +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> |
||
---|---|---|
.. | ||
ChangeLog | ||
hkdf.c | ||
hkdf.h | ||
md_internal.h | ||
md_wrap.c | ||
md.c | ||
md.h | ||
sha256.c | ||
sha256.h |