audk/CryptoPkg/Library
Wenyi Xie 6f340acfb1 CryptoPkg/BaseCryptLib:Remove redundant init
CertCtx is used to be defined as a struct and ZeroMem is called to
init this struct. But now CertCtx is defined as a point, so use
ZeroMem (&CertCtx, sizeof (CertCtx)) is not correct any more.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com>
Cc: Guomin Jiang <guomin.jiang@intel.com>
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
2022-09-23 00:36:29 +00:00
..
BaseCryptLib CryptoPkg/BaseCryptLib:Remove redundant init 2022-09-23 00:36:29 +00:00
BaseCryptLibNull CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib. 2022-03-18 06:49:18 +00:00
BaseCryptLibOnProtocolPpi CryptoPkg: Add new hash algorithm ParallelHash256HashAll in BaseCryptLib. 2022-03-18 06:49:18 +00:00
BaseHashApiLib CryptoPkg/BaseHashApiLib: Rename BaseHashApiLib by HashApiLib 2020-04-08 01:12:36 +00:00
Include CryptoPkg/openssl: update generated files 2022-05-11 00:04:39 +00:00
IntrinsicLib CryptoPkg: Add instrinsics to support building ECC on IA32 windows 2022-04-14 03:16:59 +00:00
OpensslLib CryptoPkg: Remove RVCT support 2022-05-13 14:58:54 +00:00
TlsLib CryptoPkg: Rename PCD about openssl EC configuration 2022-05-11 00:04:39 +00:00
TlsLibNull CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers 2022-04-14 14:50:20 +00:00