verifiers: Rename verify module to pgp module
Just for clarity. No functional change. Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com> Reviewed-by: Ross Philipson <ross.philipson@oracle.com>
This commit is contained in:
parent
5b8d535395
commit
b07feb8746
2 changed files with 2 additions and 2 deletions
|
@ -888,8 +888,8 @@ module = {
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
name = verify;
|
name = pgp;
|
||||||
common = commands/verify.c;
|
common = commands/pgp.c;
|
||||||
cflags = '$(CFLAGS_POSIX)';
|
cflags = '$(CFLAGS_POSIX)';
|
||||||
cppflags = '-I$(srcdir)/lib/posix_wrap';
|
cppflags = '-I$(srcdir)/lib/posix_wrap';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue