]> granicus.if.org Git - neomutt/commit
Pull is_numerical_keyid() into crypt.c.
authorKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:51 +0000 (15:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:51 +0000 (15:45 -0700)
commit85d0c2373da5190b3be0518db3160315a71544ac
tree336f6be183249978ffab4545285e771ec5291a4e
parent6653486d8508be23dc30bdeeb51bf5d8f30a7f75
Pull is_numerical_keyid() into crypt.c.

A subsequent patch (re?)-introduces a call to is_numerical_keyid inside
find_keys().  Rather than duplicate the function, this patch pulls it
into crypt.c, where find_keys() and pgp_findKeys() can both call it.
crypt.c
mutt_crypt.h
pgp.c