From 6953cfe835434c5c9ec0141fc221c9bfa93fb532 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 20 Dec 2024 11:04:22 -0500 Subject: [PATCH] Update shared crypto to v1.0.1 (#1247) ## Description Includes a change to fix the conditional syntax in Standalone MM include FDF files. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? - [x] Backport to release branch? ## How This Was Tested - Local build and CI - Integration on a platform that uses shared crypto (and Standalone MM shared crypto) ## Integration Instructions - No changes from v1.0.0 integration instructions Signed-off-by: Michael Kubacki --- CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json b/CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json index 41012f5716..099c7059db 100644 --- a/CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json +++ b/CryptoPkg/Binaries/BaseCryptoDriver_ext_dep.json @@ -3,7 +3,7 @@ "type": "nuget", "name": "edk2-basecrypto-driver-bin", "source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Mu-Public/nuget/v3/index.json", - "version": "1.0.0", + "version": "1.0.1", "flags": ["set_build_var"], "var_name": "BLD_*_SHARED_CRYPTO_PATH" }