Add missing initializers to silence suprious warnings.

This commit is contained in:
Michael Zimmermann 2015-03-27 14:44:41 +01:00 committed by Vladimir Serbinenko
parent d47e8ab4b9
commit ed07b7e128
3 changed files with 6 additions and 6 deletions

View file

@ -454,7 +454,7 @@ grub_verify_signature_real (char *buf, grub_size_t size,
grub_err_t err;
grub_size_t i;
gcry_mpi_t mpis[10];
grub_uint8_t type;
grub_uint8_t type = 0;
err = read_packet_header (sig, &type, &len);
if (err)