summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2013-09-26 11:56:52 -0400
committerPeter Jones <pjones@redhat.com>2013-09-26 11:56:52 -0400
commit100ae9fdbabb52c32a9febb712ea190d3bf92d62 (patch)
tree47ac460a09ab0a99c7746c6c74c101d3266f74e8
parent49ad36a8addfeac2fd74100308d90449cda44926 (diff)
downloadefi-boot-shim-100ae9fdbabb52c32a9febb712ea190d3bf92d62.tar.gz
efi-boot-shim-100ae9fdbabb52c32a9febb712ea190d3bf92d62.zip
We have to declare SHIM_LOCK_GUID here as well.
Signed-off-by: Peter Jones <pjones@redhat.com> Conflicts: MokManager.c
-rw-r--r--MokManager.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/MokManager.c b/MokManager.c
index 88a396db..1ef7e519 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"