diff options
author | Werner Koch <wk@gnupg.org> | 2016-05-21 12:33:41 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-05-21 12:33:41 +0200 |
commit | 8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7 (patch) | |
tree | bab57a6465b7bbbb7e58be5fc78a40423c2193a7 /g10/seskey.c | |
parent | gpg: Store the Tofu meta handle for databases in CTRL. (diff) | |
download | gnupg2-8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7.tar.xz gnupg2-8abd1f53fd57ac1d0e417b95d7a7af5a93a8dbf7.zip |
gpg: Remove debug output accidently introduced with 027c4e5.
--
Fixes-commit: 027c4e55522b8e18711a3331932a9869ab89ca26
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/seskey.c')
-rw-r--r-- | g10/seskey.c | 3 |
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); |