[Pkg-gnupg-commit] [gnupg2] 14/102: gpg: Remove debug output accidently introduced with 027c4e5.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:14:49 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7
Author: Werner Koch <wk at gnupg.org>
Date:   Sat May 21 12:33:41 2016 +0200

    gpg: Remove debug output accidently introduced with 027c4e5.
    
    --
    
    Fixes-commit: 027c4e55522b8e18711a3331932a9869ab89ca26
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 g10/seskey.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/g10/seskey.c b/g10/seskey.c
index d0e6b6f..c41a145 100644
--- a/g10/seskey.c
+++ b/g10/seskey.c
@@ -347,9 +347,6 @@ encode_md_value (PKT_public_key *pk, gcry_md_hd_t md, int hash_algo)
         return NULL;
       if ( gcry_md_algo_info (hash_algo, GCRYCTL_GET_ASNOID, asn, &asnlen) )
         BUG();
-      log_debug ("%s: hash_algo=%d pk=%p\n", __func__, hash_algo, pk);
-      log_debug ("%s: pk->pkey[0]=%p\n", __func__, pk->pkey[0]);
-      gcry_log_debugmpi ("pkey[0]", pk->pkey[0]);
       frame = do_encode_md (md, hash_algo, gcry_md_get_algo_dlen (hash_algo),
                             gcry_mpi_get_nbits (pk->pkey[0]), asn, asnlen);
       xfree (asn);

-- 
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