aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2015-09-10 11:50:44 +0000
committerNeal H. Walfield <[email protected]>2015-09-16 13:15:19 +0000
commit83e17ab1b4cf4420f2abaf9e1f4017a9473fb281 (patch)
treec5f05a373f1a15ffd078b8c4224f19fdc181457a
parentg10: Remove unused function (get_pubkey_bynames). (diff)
downloadgnupg-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.h1
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,