mirror of https://github.com/acidanthera/audk.git
CryptoPkg: Update CryptLib inf as the file name changed.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4025 Signed-off-by: Qi Zhang <qi1.zhang@intel.com> 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> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
0b1a1bdc30
commit
cbb3b6b950
|
@ -35,7 +35,7 @@
|
|||
Hash/CryptSha512.c
|
||||
Hash/CryptSm3.c
|
||||
Hash/CryptParallelHashNull.c
|
||||
Hmac/CryptHmacSha256.c
|
||||
Hmac/CryptHmac.c
|
||||
Kdf/CryptHkdf.c
|
||||
Cipher/CryptAes.c
|
||||
Pk/CryptRsaBasic.c
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
Hash/CryptSm3.c
|
||||
Hash/CryptSha512.c
|
||||
Hash/CryptParallelHashNull.c
|
||||
Hmac/CryptHmacSha256.c
|
||||
Hmac/CryptHmac.c
|
||||
Kdf/CryptHkdf.c
|
||||
Cipher/CryptAesNull.c
|
||||
Pk/CryptRsaBasic.c
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
Hash/CryptSm3.c
|
||||
Hash/CryptSha512.c
|
||||
Hash/CryptParallelHashNull.c
|
||||
Hmac/CryptHmacSha256.c
|
||||
Hmac/CryptHmac.c
|
||||
Kdf/CryptHkdf.c
|
||||
Cipher/CryptAes.c
|
||||
Pk/CryptRsaBasic.c
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
Hash/CryptSha256Null.c
|
||||
Hash/CryptSm3Null.c
|
||||
Hash/CryptParallelHashNull.c
|
||||
Hmac/CryptHmacSha256Null.c
|
||||
Hmac/CryptHmacNull.c
|
||||
Kdf/CryptHkdfNull.c
|
||||
Cipher/CryptAesNull.c
|
||||
Pk/CryptRsaBasicNull.c
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
Hash/CryptXkcp.c
|
||||
Hash/CryptCShake256.c
|
||||
Hash/CryptParallelHash.c
|
||||
Hmac/CryptHmacSha256.c
|
||||
Hmac/CryptHmac.c
|
||||
Kdf/CryptHkdfNull.c
|
||||
Cipher/CryptAes.c
|
||||
Pk/CryptRsaBasic.c
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
Hash/CryptSha512Null.c
|
||||
Hash/CryptSm3Null.c
|
||||
Hash/CryptParallelHashNull.c
|
||||
Hmac/CryptHmacSha256Null.c
|
||||
Hmac/CryptHmacNull.c
|
||||
Kdf/CryptHkdfNull.c
|
||||
Cipher/CryptAesNull.c
|
||||
Pk/CryptRsaBasicNull.c
|
||||
|
|
Loading…
Reference in New Issue