diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-10-11 12:13:18 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-10-11 12:13:18 -0400 |
| commit | 7fa4dae0511177d0ed6c4efeaa93b1a0b197f8cd (patch) | |
| tree | 8c885c356df1473386430468186802fce71e18ac | |
| parent | ce6a5748b0e98e5a03ad8c6eaf47b9ca5c974aba (diff) | |
| download | efi-boot-shim-7fa4dae0511177d0ed6c4efeaa93b1a0b197f8cd.tar.gz efi-boot-shim-7fa4dae0511177d0ed6c4efeaa93b1a0b197f8cd.zip | |
Add missing header define
| -rw-r--r-- | signature.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/signature.h b/signature.h index d2a8843e..5737881d 100644 --- a/signature.h +++ b/signature.h @@ -1,5 +1,6 @@ #define SHA256_DIGEST_SIZE 32 +EFI_GUID EfiHashSha1Guid = { 0x826ca512, 0xcf10, 0x4ac9, {0xb1, 0x87, 0xbe, 0x1, 0x49, 0x66, 0x31, 0xbd }}; 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 }}; |
