* util/mkimage.c (grub_install_generate_image): Use grub_crypto_hash for

checking fwstart.img rather than md fundtions directly.
This commit is contained in:
Vladimir Serbinenko 2013-11-29 04:05:44 +01:00
parent 422e6e886c
commit 726409a513
2 changed files with 9 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2013-11-29 Vladimir Serbinenko <phcoder@gmail.com>
* util/mkimage.c (grub_install_generate_image): Use grub_crypto_hash for
checking fwstart.img rather than md fundtions directly.
2013-11-29 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkrescue.c (main): Check that fread succeeded.