]> git.ipfire.org Git - thirdparty/grub.git/commit
pgp: Fix emu build and tests after pgp module renaming
authorColin Watson <cjwatson@ubuntu.com>
Wed, 9 Jan 2019 14:54:39 +0000 (14:54 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Jan 2019 12:05:18 +0000 (13:05 +0100)
commited087f0460516737e174222f01e2bf6ccbd45674
tree1c252d694c82f9d3d2839498949467d569863b53
parente86f6aafb8de4123a8738e540f83afc9f407399a
pgp: Fix emu build and tests after pgp module renaming

Commit b07feb8746c3bb845e3f0d33d37c0bded704d14d (verifiers: Rename
verify module to pgp module) renamed the "verify" module to "pgp", but
the GRUB_MOD_INIT and GRUB_MOD_FINI macros were left as "verify", which
broke the emu target build; and file_filter_test still referred to the
now non-existent "verify" module. Fix both of these.

Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/commands/pgp.c
tests/file_filter_test.in