[Pkg-gnupg-commit] [gnupg2] 24/241: gpg: Remove unused prototype digest_algo_from_sig.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Dec 9 20:31:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit d1a0b520b15bb941cdbf66c2e832c617af778ac8
Author: Neal H. Walfield <neal at g10code.com>
Date:   Tue Oct 20 10:21:40 2015 +0200

    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 at g10code.com>
---
 g10/packet.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/g10/packet.h b/g10/packet.h
index 2bc911d..2fb5d7d 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);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list