[cmp] update Bled to latest

* This adds ZIP64 support, which is required to extract zip archives that are larger than 4GB.
* Closes #2264
* Also fix a MinGW warning in pki.c and improve the UEFI revocation messages.
This commit is contained in:
Pete Batard 2023-06-28 17:39:39 +01:00
parent 52a5551749
commit f233191d54
No known key found for this signature in database
GPG key ID: 38E0CF5E69EDD671
11 changed files with 546 additions and 237 deletions

View file

@ -98,7 +98,7 @@ typedef struct {
BYTE Hash[0];
} CIFileRuleData;
typedef enum {
enum {
CI_DENY = 0,
CI_ALLOW,
CI_FILE_ATTRIBUTES,