summaryrefslogtreecommitdiffstats
path: root/g10/packet.h
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@g10code.com>2015-10-20 10:21:40 +0200
committerNeal H. Walfield <neal@g10code.com>2015-10-20 10:21:40 +0200
commitd1a0b520b15bb941cdbf66c2e832c617af778ac8 (patch)
treeaa76429081627a1fc99722f92b8b513367554076 /g10/packet.h
parentdirmngr: Allow building with libassuan < 2.3. (diff)
downloadgnupg2-d1a0b520b15bb941cdbf66c2e832c617af778ac8.tar.xz
gnupg2-d1a0b520b15bb941cdbf66c2e832c617af778ac8.zip
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>
Diffstat (limited to '')
-rw-r--r--g10/packet.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/packet.h b/g10/packet.h
index 2bc911d29..2fb5d7d75 100644
--- a/g10/packet.h
+++ b/g10/packet.h
@@ -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);