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:
Neal H. Walfield 2015-10-20 10:21:40 +02:00
parent 4e42ad300b
commit d1a0b520b1
1 changed files with 0 additions and 1 deletions

View File

@ -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);