mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Silence ocsp debug output.
* dirmngr/ocsp.c (check_signature_core): No debug output -- Also typo and doc fixes.
This commit is contained in:
parent
1246e16432
commit
d70779bdc6
3 changed files with 11 additions and 4 deletions
|
@ -504,8 +504,11 @@ check_signature_core (ctrl_t ctrl, ksba_cert_t cert, gcry_sexp_t s_sig,
|
|||
goto leave;
|
||||
}
|
||||
|
||||
gcry_log_debugsxp ("sig ", s_sig);
|
||||
gcry_log_debugsxp ("hash", s_hash);
|
||||
if (DBG_CRYPTO)
|
||||
{
|
||||
gcry_log_debugsxp ("sig ", s_sig);
|
||||
gcry_log_debugsxp ("hash", s_hash);
|
||||
}
|
||||
|
||||
err = gcry_pk_verify (s_sig, s_hash, s_pkey);
|
||||
if (err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue