mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-04 19:06:45 +00:00
Renaming PeImage.h to pe.h wasn't actually a good idea.
I renamed PeImage.h to pe.h when I de-capitalized them, but this turns out to be a bad idea because we already have a pe.h on the SBAT branch. Woops. This moves it to peimage.h Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
0172d43507
commit
1fa0b8d50a
@ -2,7 +2,7 @@
|
||||
#define SHIM_VARIABLES_H
|
||||
|
||||
#include "efiauthenticated.h"
|
||||
#include "pe.h" /* for SHA256_DIGEST_SIZE */
|
||||
#include "peimage.h" /* for SHA256_DIGEST_SIZE */
|
||||
|
||||
#define certlist_for_each_certentry(cl, cl_init, s, s_init) \
|
||||
for (cl = (EFI_SIGNATURE_LIST *)(cl_init), s = (s_init); \
|
||||
|
Loading…
Reference in New Issue
Block a user