santiago@nyu.edu writes:
From: Santiago Torres <redacted>
The PGP verification routine for tags could be accessed by other
commands that require it. We do this by moving it to the common tag.c
module. We rename the verify_tag() function to gpg_verify_tag() to avoid
conflicts with the mktag.c function.
After outlining the observation and opinion, we describe the changes
as if we are ordering somebody to "do this, do that" to the codebase,
like so:
... require it.
Move the function to tag.c and make it public, and rename it
gpg_verify_tag() to make its name more descriptive and also
avoid conflicts with a static function in builtin/mktag.c.