aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
diff options
context:
space:
mode:
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c
index 3cbdc5e330..d4fbfa1614 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -688,7 +688,7 @@ main(int argc, char *argv[])
#ifdef HAVE_LIBGCRYPT
FILE *fh;
char *hash_buf = NULL;
- gcry_md_hd_t hd;
+ gcry_md_hd_t hd = NULL;
size_t hash_bytes;
#endif