Hi Heinrich,
[...]
> @@ -740,44 +741,15 @@ err:
> */
> struct efi_signature_store *efi_sigstore_parse_sigdb(u16 *name)
> {
> - struct efi_signature_store *sigstore = NULL;
> const efi_guid_t *vendor;
> void *db;
> efi_uintn_t db_size;
> - efi_status_t ret;
> -
> -
Simplify efi_sigstore_parse_sigdb() by using existing functions.
Signed-off-by: Heinrich Schuchardt
---
v2:
remove a superfluous check
---
lib/efi_loader/efi_signature.c | 38 +-
1 file changed, 5 insertions(+), 33 deletions(-)
diff --git a/lib/efi_loader
2 matches
Mail list logo