summaryrefslogtreecommitdiff
path: root/signature.h
diff options
context:
space:
mode:
Diffstat (limited to 'signature.h')
-rw-r--r--signature.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/signature.h b/signature.h
index 154da5e6..d2a8843e 100644
--- a/signature.h
+++ b/signature.h
@@ -1,6 +1,7 @@
#define SHA256_DIGEST_SIZE 32
-EFI_GUID EfiCertSha256Guid = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }};
+EFI_GUID EfiHashSha256Guid = { 0xc1c41626, 0x504c, 0x4092, {0xac, 0xa9, 0x41, 0xf9, 0x36, 0x93, 0x43, 0x28 }};
+EFI_GUID EfiCertX509Guid = { 0xa5c059a1, 0x94e4, 0x4aa7, {0x87, 0xb5, 0xab, 0x15, 0x5c, 0x2b, 0xf0, 0x72 }};
typedef struct {
///