diff options
author | Werner Koch <[email protected]> | 2024-04-23 09:09:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-04-23 09:09:40 +0000 |
commit | f305e703d51079a17bcfc15d54f4c5f591dcff56 (patch) | |
tree | a6028055694f52e17a98754e24c797f62180c9be /configure.ac | |
parent | agent:kem: More fix for PQC KEM with X448. (diff) | |
download | gnupg-f305e703d51079a17bcfc15d54f4c5f591dcff56.tar.gz gnupg-f305e703d51079a17bcfc15d54f4c5f591dcff56.zip |
Require Libgcrypt 1.11.0
* configure.ac (NEED_LIBGCRYPT_VERSION): Set to 1.11.0
* agent/pkdecrypt.c (struct ecc_params): Move constants to the top.
--
It does not make anymore sense to allow building with older Libgcrypt
versions. After all PQ key support is a major feature and for this we
need Libgcrypt.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0dfbe6193..1f0142140 100644 --- a/configure.ac +++ b/configure.ac @@ -58,7 +58,7 @@ AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg26", [swdb tag for this branch]) NEED_GPGRT_VERSION=1.46 NEED_LIBGCRYPT_API=1 -NEED_LIBGCRYPT_VERSION=1.9.1 +NEED_LIBGCRYPT_VERSION=1.11.0 NEED_LIBASSUAN_API=3 NEED_LIBASSUAN_VERSION=3.0.0 |