aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-05-21 10:33:41 +0000
committerWerner Koch <[email protected]>2016-05-21 10:33:41 +0000
commit8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7 (patch)
treebab57a6465b7bbbb7e58be5fc78a40423c2193a7
parentgpg: Store the Tofu meta handle for databases in CTRL. (diff)
downloadgnupg-8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7.tar.gz
gnupg-8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7.zip
gpg: Remove debug output accidently introduced with 027c4e5.
-- Fixes-commit: 027c4e55522b8e18711a3331932a9869ab89ca26 Signed-off-by: Werner Koch <[email protected]>
-rw-r--r--g10/seskey.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/seskey.c b/g10/seskey.c
index d0e6b6f4a..c41a1455b 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);