mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
build: Require libgpg-error 1.37
--
This commit is contained in:
parent
e0d9181ad1
commit
cff5facc7f
@ -53,7 +53,7 @@ AC_INIT([mym4_package],[mym4_version], [https://bugs.gnupg.org])
|
|||||||
# build-aux/speedo.mk and Makefile.am
|
# build-aux/speedo.mk and Makefile.am
|
||||||
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch])
|
AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch])
|
||||||
|
|
||||||
NEED_GPG_ERROR_VERSION=1.29
|
NEED_GPG_ERROR_VERSION=1.37
|
||||||
|
|
||||||
NEED_LIBGCRYPT_API=1
|
NEED_LIBGCRYPT_API=1
|
||||||
NEED_LIBGCRYPT_VERSION=1.8.0
|
NEED_LIBGCRYPT_VERSION=1.8.0
|
||||||
|
@ -1690,7 +1690,7 @@ list_keyblock_colon (ctrl_t ctrl, kbnode_t keyblock,
|
|||||||
char *reason_text = NULL;
|
char *reason_text = NULL;
|
||||||
char *reason_comment = NULL;
|
char *reason_comment = NULL;
|
||||||
size_t reason_commentlen;
|
size_t reason_commentlen;
|
||||||
int reason_code;
|
int reason_code = 0; /* Init to silence compiler warning. */
|
||||||
|
|
||||||
if (sig->sig_class == 0x20 || sig->sig_class == 0x28
|
if (sig->sig_class == 0x20 || sig->sig_class == 0x28
|
||||||
|| sig->sig_class == 0x30)
|
|| sig->sig_class == 0x30)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user