mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b7ec4f6183
Signing tool for PE-COFF binaries, hopefully at least vaguely compliant with the PE and Authenticode specifications. Sponsored by: The FreeBSD Foundation
12 lines
249 B
C
12 lines
249 B
C
--- src/siglist.c.orig 2014-10-24 21:51:06.000000000 +0200
|
|
+++ src/siglist.c 2015-01-16 10:02:50.000000000 +0100
|
|
@@ -60,7 +60,7 @@ struct signature_list {
|
|
};
|
|
|
|
struct sig_type {
|
|
- efi_guid_t *type;
|
|
+ const efi_guid_t *type;
|
|
uint32_t size;
|
|
};
|
|
|