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

computing crc32 rather than handling with md fundtions directly.
This commit is contained in:
Vladimir Serbinenko 2013-11-29 04:14:26 +01:00
parent 726409a513
commit c8a0f1b229
2 changed files with 7 additions and 10 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
computing crc32 rather than handling with md fundtions directly.
2013-11-29 Vladimir Serbinenko <phcoder@gmail.com>
* util/mkimage.c (grub_install_generate_image): Use grub_crypto_hash for