diff options
| author | Werner Koch <[email protected]> | 2021-01-19 09:33:03 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2021-01-19 09:33:03 +0000 |
| commit | 9500432b7ae10d98b30c58de4357e2ffb93bf795 (patch) | |
| tree | 63ebc784ad1b417a75df15ccda1d2b335add61c9 /agent/command.c | |
| parent | tools: Add option --clock to watchgnupg (diff) | |
| download | gnupg-9500432b7ae10d98b30c58de4357e2ffb93bf795.tar.gz gnupg-9500432b7ae10d98b30c58de4357e2ffb93bf795.zip | |
Require Libgcrypt 1.9
* configure.ac: Require at least Libgcrypt 1.9.0. Remove all
GCRYPT_VERSION_NUMBER dependent code.
--
Only Libgcrypt 1.9 implements EAX which is a mandatory algorithm in
RFC4880bis.
Signed-off-by: Werner Koch <[email protected]>
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")) { |
