diff options
author | Jiewen Yao <jiewen.yao@intel.com> | 2017-01-06 17:35:04 -0800 |
---|---|---|
committer | Jiewen Yao <jiewen.yao@intel.com> | 2017-03-15 21:50:52 +0800 |
commit | 7e1bc8cdb387430de34cf46a3da14b09dd2e84e2 (patch) | |
tree | 9ba805833251821a95b6a93ef9231d3a8ee9d940 | |
parent | bd40dd27aaf926a34c51d9d7369c6145a1f72323 (diff) | |
download | edk2-platforms-7e1bc8cdb387430de34cf46a3da14b09dd2e84e2.tar.xz |
CryptoPkg:SmmCryptLib: Add real Pkcs5Pbkdf2.c.
Cc: Qin Long <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed-by: Qin Long <qin.long@intel.com>
-rw-r--r-- | CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf index df44184a2a..e00a230cbc 100644 --- a/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf +++ b/CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf @@ -11,7 +11,7 @@ # functions, PKCS#7 SignedData sign functions, Diffie-Hellman functions, and
# authenticode signature verification functions are not supported in this instance.
#
-# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -52,7 +52,7 @@ Cipher/CryptArc4Null.c
Pk/CryptRsaBasic.c
Pk/CryptRsaExtNull.c
- Pk/CryptPkcs5Pbkdf2Null.c
+ Pk/CryptPkcs5Pbkdf2.c
Pk/CryptPkcs7SignNull.c
Pk/CryptPkcs7Verify.c
Pk/CryptDhNull.c
|