diff --git a/grub-core/Makefile.core.def b/grub-core/Makefile.core.def index 9af31c098..7904f8542 100644 --- a/grub-core/Makefile.core.def +++ b/grub-core/Makefile.core.def @@ -888,8 +888,8 @@ module = { }; module = { - name = verify; - common = commands/verify.c; + name = pgp; + common = commands/pgp.c; cflags = '$(CFLAGS_POSIX)'; cppflags = '-I$(srcdir)/lib/posix_wrap'; }; diff --git a/grub-core/commands/verify.c b/grub-core/commands/pgp.c similarity index 100% rename from grub-core/commands/verify.c rename to grub-core/commands/pgp.c