diff options
Diffstat (limited to 'sysutils/pesign/files/patch-src-efisiglist.c')
| -rw-r--r-- | sysutils/pesign/files/patch-src-efisiglist.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/pesign/files/patch-src-efisiglist.c b/sysutils/pesign/files/patch-src-efisiglist.c new file mode 100644 index 000000000000..56f3a48f8b85 --- /dev/null +++ b/sysutils/pesign/files/patch-src-efisiglist.c @@ -0,0 +1,16 @@ +--- src/efisiglist.c.orig 2014-10-24 21:51:06.000000000 +0200 ++++ src/efisiglist.c 2015-01-16 10:01:33.000000000 +0100 +@@ -38,11 +38,11 @@ struct hash_param { + + static struct hash_param hash_params[] = { + {.name = "sha256", +- .guid = &efi_guid_sha256, ++ .guid = (void *)&efi_guid_sha256, + .size = 32, + }, + {.name = "sha1", +- .guid = &efi_guid_sha1, ++ .guid = (void *)&efi_guid_sha1, + .size = 20, + }, + }; |
