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 2cac9cc43..8642498d6 100644 --- a/agent/command.c +++ b/agent/command.c @@ -3172,7 +3172,6 @@ cmd_getinfo (assuan_context_t ctx, char *line) } else if (!strcmp (line, "jent_active")) { -#if GCRYPT_VERSION_NUMBER >= 0x010800 char *buf; char *fields[5]; @@ -3184,9 +3183,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")) { |