]> git.ipfire.org Git - thirdparty/grub.git/commit
verifiers: Move verifiers API to kernel image
authorMarco A Benatto <mbenatto@redhat.com>
Wed, 23 Sep 2020 15:33:33 +0000 (11:33 -0400)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:15 +0000 (15:54 +0100)
commit9e95f45ceeef36fcf93cbfffcf004276883dbc99
tree8357ffa1c0ec89c861012ec8249a6034042a81aa
parent635ef55ed1252f92fe3bf70caefd185dcc507c43
verifiers: Move verifiers API to kernel image

Move verifiers API from a module to the kernel image, so it can be
used there as well. There are no functional changes in this patch.

Signed-off-by: Marco A Benatto <mbenatto@redhat.com>
Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/Makefile.am
grub-core/Makefile.core.def
grub-core/kern/main.c
grub-core/kern/verifiers.c [moved from grub-core/commands/verifiers.c with 97% similarity]
include/grub/verify.h