audk/CryptoPkg/Library/BaseCryptLib/SysCall
Ard Biesheuvel e01f529efc CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATIC
Make mVirtualAddressChangeEvent STATIC to prevent it from conflicting
with other variables of the same name that may be defined in other
libraries (e.g., MdeModulePkg/Universal/Variable/RuntimeDxe)
This also removes the risk of mVirtualAddressChangeEvent being merged with
other uninitialized variables with external linkage by toolchains that perform
COMMON allocation.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Qin Long <qin.long@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19146 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-07 09:20:20 +00:00
..
BaseMemAllocation.c Fix some typo and coding style issues in BaseCryptLib instances. 2012-07-27 07:49:42 +00:00
ConstantTimeClock.c Fix SmmCryptLib issue when calling time() in RealTimeClock.c 2012-06-01 02:37:24 +00:00
CrtWrapper.c Add new interfaces to support PKCS7#7 signed data and authenticode signature. Update Cryptest to validate functionality of new interfaces. 2011-08-16 06:46:52 +00:00
HelperWrapper.c Add CryptoPkg (from UDK2010.UP3) 2010-11-01 06:30:58 +00:00
RuntimeMemAllocation.c CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATIC 2015-12-07 09:20:20 +00:00
TimerWrapper.c Per gmtime manpage, tm_mon is the number of months since January 2013-07-17 07:53:04 +00:00