diff options
Diffstat (limited to 'agent/pkdecrypt.c')
-rw-r--r-- | agent/pkdecrypt.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/agent/pkdecrypt.c b/agent/pkdecrypt.c index cc3a2f33f..72f81778e 100644 --- a/agent/pkdecrypt.c +++ b/agent/pkdecrypt.c @@ -93,12 +93,12 @@ agent_pkdecrypt (CTRL ctrl, const char *ciphertext, size_t ciphertextlen, putc (0, outfp); } else - { /* no smartcard, but a private key */ - if (DBG_CRYPTO) - { - log_debug ("skey: "); - gcry_sexp_dump (s_skey); - } + { /* No smartcard, but a private key */ +/* if (DBG_CRYPTO ) */ +/* { */ +/* log_debug ("skey: "); */ +/* gcry_sexp_dump (s_skey); */ +/* } */ rc = gcry_pk_decrypt (&s_plain, s_cipher, s_skey); if (rc) |