summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2023-06-30 14:48:17 -0400
committerPeter Jones <pjones@redhat.com>2025-02-11 10:43:37 -0500
commit0322e10ecc0eb6a4acbea3f83f71b19a559aaec6 (patch)
treec5daa94ef2a0830234c921cf8f3d07fd9142c87d /globals.c
parente7b3598311c4b002417ac6364093cfab218ced88 (diff)
downloadefi-boot-shim-0322e10ecc0eb6a4acbea3f83f71b19a559aaec6.tar.gz
efi-boot-shim-0322e10ecc0eb6a4acbea3f83f71b19a559aaec6.zip
Implement the rest of the loader protocol functions
This adds an implementation of Exit() and UnloadImage(), removes the whole "loader_is_participating" mechanism and its supporting code, and removes DISABLE_EBS_PROTECTION. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/globals.c b/globals.c
index 91916e98..d574df16 100644
--- a/globals.c
+++ b/globals.c
@@ -24,7 +24,6 @@ UINT8 *build_cert;
* indicator of how an image has been verified
*/
verification_method_t verification_method;
-int loader_is_participating;
SHIM_IMAGE_LOADER shim_image_loader_interface;