mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
build: Require libgpg-error 1.37
--
This commit is contained in:
parent
e0d9181ad1
commit
cff5facc7f
2 changed files with 2 additions and 2 deletions
|
@ -1690,7 +1690,7 @@ list_keyblock_colon (ctrl_t ctrl, kbnode_t keyblock,
|
|||
char *reason_text = NULL;
|
||||
char *reason_comment = NULL;
|
||||
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
|
||||
|| sig->sig_class == 0x30)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue