diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2013-07-04 18:25:24 +0800 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2013-09-26 11:58:02 -0400 |
| commit | 7d602e843ccc7536bfbc9c25cc458e77ae243bb9 (patch) | |
| tree | c2cc3e5e5c96c24321abb4ad196ec94971e4a7fb /include/variables.h | |
| parent | 79424b09ca1db2878cd67a59e30ff0849c058f1d (diff) | |
| download | efi-boot-shim-7d602e843ccc7536bfbc9c25cc458e77ae243bb9.tar.gz efi-boot-shim-7d602e843ccc7536bfbc9c25cc458e77ae243bb9.zip | |
Merge variable retrieving functions
Diffstat (limited to 'include/variables.h')
| -rw-r--r-- | include/variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/variables.h b/include/variables.h index c171bd53..b207dbf3 100644 --- a/include/variables.h +++ b/include/variables.h @@ -1,6 +1,6 @@ #include <efiauthenticated.h> -#include <sha256.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); \ |
