forked from osmocom/wireshark
Initialize hd pointer to avoid a compiler warning.
svn path=/trunk/; revision=31290daniel/osmux
parent
ef92b4ec11
commit
184ca96aba
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue