mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
93d5d7ea2a
commit
9500432b7a
11 changed files with 24 additions and 63 deletions
|
@ -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"))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue