We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f07048 commit 6f09019Copy full SHA for 6f09019
security/integrity/platform_certs/load_uefi.c
@@ -11,11 +11,6 @@
11
#include "../integrity.h"
12
#include "keyring_handler.h"
13
14
-static efi_guid_t efi_cert_x509_guid __initdata = EFI_CERT_X509_GUID;
15
-static efi_guid_t efi_cert_x509_sha256_guid __initdata =
16
- EFI_CERT_X509_SHA256_GUID;
17
-static efi_guid_t efi_cert_sha256_guid __initdata = EFI_CERT_SHA256_GUID;
18
-
19
/*
20
* Look to see if a UEFI variable called MokIgnoreDB exists and return true if
21
* it does.
0 commit comments