audk/CryptoPkg/Library/BaseCryptLib
Peter Jones b5a985ca92 CryptoPkg/BaseCryptLib: remove some duplicate initializations.
clang-analyzer noticed this:

Pk/CryptPkcs7Verify.c:600:5: warning: Value stored to 'OldSize' is never read
    OldSize    = BufferSize;
    ^            ~~~~~~~~~~
Pk/CryptPkcs7Verify.c:644:5: warning: Value stored to 'OldSize' is never read
    OldSize    = BufferSize;
    ^            ~~~~~~~~~~
2 warnings generated.

These are each immediately followed by a loop that initializes them (to
the same values) a second time, and are otherwise only referenced inside
that loop, so there's just no point to these assignments at all.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Peter Jones <pjones@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Long Qin <qin.long@intel.com>
2017-10-24 15:20:22 +08:00
..
Cipher CryptoPkg: Fix one wrong parameter for weak key checking 2015-09-02 08:44:46 +00:00
Hash CryptoPkg: Fix typos in comments 2016-11-07 23:21:22 +08:00
Hmac CryptoPkg: Update HMAC Wrapper with opaque HMAC_CTX object. 2017-03-29 16:17:24 +08:00
Pem Enhance error handling code after calling BIO_new in BaseCryptLib. 2013-08-07 08:11:14 +00:00
Pk CryptoPkg/BaseCryptLib: remove some duplicate initializations. 2017-10-24 15:20:22 +08:00
Rand CryptoPkg: Fix typos in comments 2016-11-07 23:21:22 +08:00
SysCall CryptoPkg/BaseCryptLib: Adding NULL checking in time() wrapper. 2017-04-07 00:28:56 +08:00
BaseCryptLib.inf CryptoPkg: Add extra build option to disable VS build warning 2017-03-29 16:15:19 +08:00
BaseCryptLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00
InternalCryptLib.h CryptoPkg: Add extra build option to disable VS build warning 2017-03-29 16:15:19 +08:00
PeiCryptLib.inf CryptoPkg/BaseCryptLib: Fix Build Warning issue in PEI Module 2017-03-30 16:00:51 +08:00
PeiCryptLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00
RuntimeCryptLib.inf CryptoPkg: Add extra build option to disable VS build warning 2017-03-29 16:15:19 +08:00
RuntimeCryptLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00
SmmCryptLib.inf CryptoPkg/SmmCryptLib: Enable HMAC-SHA256 support for SMM. 2017-05-02 08:59:57 +08:00
SmmCryptLib.uni CryptoPkg: Convert all .uni files to utf-8 2015-12-15 04:51:26 +00:00