aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/getkey.c')
-rw-r--r--g10/getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/getkey.c b/g10/getkey.c
index c9ae58c88..f7c988a33 100644
--- a/g10/getkey.c
+++ b/g10/getkey.c
@@ -934,7 +934,7 @@ get_pubkey_byname (PKT_public_key *pk,
for(akl=opt.auto_key_locate;akl;akl=akl->next)
{
- unsigned char *fpr;
+ unsigned char *fpr=NULL;
size_t fpr_len;
switch(akl->type)