mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Truncate the DSA hash; fixes regression.
Removed left over debug code.
This commit is contained in:
parent
27929981fc
commit
c3db7705c0
3 changed files with 8 additions and 7 deletions
|
@ -298,9 +298,6 @@ do_sign (PKT_public_key *pksk, PKT_signature *sig,
|
|||
{
|
||||
PKT_public_key *pk = xmalloc_clear (sizeof *pk);
|
||||
|
||||
log_debug ("checking created signature algo=%d\n", mdalgo);
|
||||
log_printhex ("md:", dp, gcry_md_get_algo_dlen (mdalgo));
|
||||
|
||||
if (get_pubkey (pk, sig->keyid ))
|
||||
err = gpg_error (GPG_ERR_NO_PUBKEY);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue