From 227d13a2d96c71aae30dcbc47ac521c7f81b9974 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 26 Sep 2013 11:56:52 -0400 Subject: [PATCH] We have to declare SHIM_LOCK_GUID here as well. Signed-off-by: Peter Jones Conflicts: MokManager.c --- MokManager.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MokManager.c b/MokManager.c index 88a396d..1ef7e51 100644 --- a/MokManager.c +++ b/MokManager.c @@ -17,6 +17,8 @@ #define EFI_VARIABLE_APPEND_WRITE 0x00000040 +EFI_GUID SHIM_LOCK_GUID = { 0x605dab50, 0xe046, 0x4300, {0xab, 0xb6, 0x3d, 0xd8, 0x10, 0xdd, 0x8b, 0x23} }; + #define CERT_STRING L"Select an X509 certificate to enroll:\n\n" #define HASH_STRING L"Select a file to trust:\n\n"