diff options
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/agent/command.c b/agent/command.c index 9c5f7b03b..8384560cd 100644 --- a/agent/command.c +++ b/agent/command.c @@ -3530,7 +3530,6 @@ cmd_getinfo (assuan_context_t ctx, char *line) } else if (!strcmp (line, "jent_active")) { -#if GCRYPT_VERSION_NUMBER >= 0x010800 char *buf; const char *fields[5]; @@ -3542,9 +3541,6 @@ cmd_getinfo (assuan_context_t ctx, char *line) else rc = gpg_error (GPG_ERR_FALSE); gcry_free (buf); -#else - rc = gpg_error (GPG_ERR_FALSE); -#endif } else if (!strcmp (line, "s2k_count_cal")) { |