aboutsummaryrefslogtreecommitdiffstats
path: root/g13/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/mount.c')
-rw-r--r--g13/mount.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g13/mount.c b/g13/mount.c
index fc640e0ee..a9203d11f 100644
--- a/g13/mount.c
+++ b/g13/mount.c
@@ -139,7 +139,8 @@ read_keyblob (const char *filename,
{
gpg_error_t err;
estream_t fp = NULL;
- size_t headerlen, msglen;
+ size_t headerlen = 0;
+ size_t msglen;
void *msg = NULL;
*r_enckeyblob = NULL;