aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/keylist.c')
-rw-r--r--g10/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index 7deb04ddc..d8006eed1 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -1682,7 +1682,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 cc warning. */
if (sig->sig_class == 0x20 || sig->sig_class == 0x28
|| sig->sig_class == 0x30)