efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c
The global variable, efi_guid_cert_type_pkcs7, will also be used in efi_image_loader.c in a succeeding patch so as to correctly handle a signature type of authenticode in signed image. Meanwhile, it is currently defined in efi_variable.c. Once some secure storage solution for UEFI variables is introduced, efi_variable.c may not always be compiled in. So move the definition to efi_signature.c as a common place. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:

committed by
Heinrich Schuchardt

parent
55af40a578
commit
a4292eccfd
@@ -26,7 +26,6 @@ enum efi_secure_mode {
|
||||
EFI_MODE_DEPLOYED,
|
||||
};
|
||||
|
||||
const efi_guid_t efi_guid_cert_type_pkcs7 = EFI_CERT_TYPE_PKCS7_GUID;
|
||||
static bool efi_secure_boot;
|
||||
static int efi_secure_mode;
|
||||
static u8 efi_vendor_keys;
|
||||
|
Reference in New Issue
Block a user