diff options
Diffstat (limited to 'g10/pkglue.c')
-rw-r--r-- | g10/pkglue.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/pkglue.c b/g10/pkglue.c index a659a5b06..eda13009b 100644 --- a/g10/pkglue.c +++ b/g10/pkglue.c @@ -106,7 +106,8 @@ get_data_from_sexp (gcry_sexp_t sexp, const char *item, size_t *r_size) const char *value; byte *v; - log_printsexp ("get_data_from_sexp:", sexp); + if (DBG_CRYPTO) + log_printsexp ("get_data_from_sexp:", sexp); list = gcry_sexp_find_token (sexp, item, 0); log_assert (list); |