mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
g10: Remove unused prototype (get_pubkey_byfpr).
* g10/keydb.h (get_pubkey_byfpr): Remove unused prototype. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>.
This commit is contained in:
parent
b06f96ba4f
commit
83e17ab1b4
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user