diff options
author | Oliver Smith-Denny <osde@microsoft.com> | 2024-06-14 13:59:37 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-13 03:58:46 +0000 |
commit | c9320adf22948696f1504b24952695ace489448b (patch) | |
tree | 8471490e5ee658518abf79d5e6f03354dbd2b030 /CryptoPkg/CryptoPkgMbedTls.dsc | |
parent | 02e6c73a99a4157295b85c58d24537c5fe37de05 (diff) | |
download | edk2-c9320adf22948696f1504b24952695ace489448b.tar.gz |
CryptoPkg: Add StackCheckLib
Remove the old stack check lib now that MdeLibs.inc includes
the new one.
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to 'CryptoPkg/CryptoPkgMbedTls.dsc')
-rw-r--r-- | CryptoPkg/CryptoPkgMbedTls.dsc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CryptoPkg/CryptoPkgMbedTls.dsc b/CryptoPkg/CryptoPkgMbedTls.dsc index a429606efe..17f41c4f36 100644 --- a/CryptoPkg/CryptoPkgMbedTls.dsc +++ b/CryptoPkg/CryptoPkgMbedTls.dsc @@ -51,10 +51,6 @@ RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchronizationLib.inf
-[LibraryClasses.ARM, LibraryClasses.AARCH64]
- # Add support for stack protector
- NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
-
[LibraryClasses.common.PEIM]
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
MemoryAllocationLib|MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
|