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:
Peter Jones 2021-01-29 18:45:00 -05:00
parent 0172d43507
commit 1fa0b8d50a
2 changed files with 1 additions and 1 deletions

View File

@ -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); \