diff options
author | Neal H. Walfield <[email protected]> | 2015-09-10 11:50:44 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2015-09-16 13:15:19 +0000 |
commit | 83e17ab1b4cf4420f2abaf9e1f4017a9473fb281 (patch) | |
tree | c5f05a373f1a15ffd078b8c4224f19fdc181457a | |
parent | g10: Remove unused function (get_pubkey_bynames). (diff) | |
download | gnupg-83e17ab1b4cf4420f2abaf9e1f4017a9473fb281.tar.gz gnupg-83e17ab1b4cf4420f2abaf9e1f4017a9473fb281.zip |
g10: Remove unused prototype (get_pubkey_byfpr).
* g10/keydb.h (get_pubkey_byfpr): Remove unused prototype.
--
Signed-off-by: Neal H. Walfield <[email protected]>.
Diffstat (limited to '')
-rw-r--r-- | g10/keydb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/keydb.h b/g10/keydb.h index 2eeb91052..bd018d123 100644 --- a/g10/keydb.h +++ b/g10/keydb.h @@ -410,7 +410,6 @@ int get_pubkey_byname (ctrl_t ctrl, int get_pubkey_next( GETKEY_CTX ctx, PKT_public_key *pk, KBNODE *ret_keyblock ); void get_pubkey_end( GETKEY_CTX ctx ); gpg_error_t get_seckey (PKT_public_key *pk, u32 *keyid); -gpg_error_t get_pubkey_byfpr (PKT_public_key *pk, const byte *fpr); int get_pubkey_byfprint (PKT_public_key *pk, kbnode_t *r_keyblock, const byte *fprint, size_t fprint_len); int get_pubkey_byfprint_fast (PKT_public_key *pk, |