mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove unused prototype digest_algo_from_sig.
* g10/packet.h (digest_algo_from_sig): Remove prototype without a corresponding implementation. -- Signed-off-by: Neal H. Walfield <neal@g10code.com>
This commit is contained in:
parent
4e42ad300b
commit
d1a0b520b1
1 changed files with 0 additions and 1 deletions
|
@ -621,7 +621,6 @@ void free_notation(struct notation *notation);
|
|||
void free_symkey_enc( PKT_symkey_enc *enc );
|
||||
void free_pubkey_enc( PKT_pubkey_enc *enc );
|
||||
void free_seckey_enc( PKT_signature *enc );
|
||||
int digest_algo_from_sig( PKT_signature *sig );
|
||||
void release_public_key_parts( PKT_public_key *pk );
|
||||
void free_public_key( PKT_public_key *key );
|
||||
void free_attributes(PKT_user_id *uid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue