]> git.ipfire.org Git - thirdparty/grub.git/commit
Remove crc.mod and move crc command to hashsum.mod.
authorSzymon Janc <szymon@janc.net.pl>
Sun, 19 Sep 2010 23:40:58 +0000 (01:40 +0200)
committerSzymon Janc <szymon@janc.net.pl>
Sun, 19 Sep 2010 23:40:58 +0000 (01:40 +0200)
commitc55f50180dad2935a67392662c62bcbf052e727d
tree7a0ff36f98931d33416f495433e39dad82a4a275
parente0337366d11bf30dd3c077b8dc97760558a0ce1c
Remove crc.mod and move crc command to hashsum.mod.
Remove lib/crc.c - users updated to use gcrypt implementation.

* grub-core/commands/crc.c: Removed.
* grub-core/Makefile.core.def (crc): Module removed.
* grub-core/commands/hashsum.c (aliases[]): Add crc alias.
* grub-core/commands/hashsum.c (GRUB_MOD_INIT): Register crc command.
* grub-core/commands/hashsum.c (GRUB_MOD_FINI): Unregister crc command.
* grub-core/lib/crc.c: Removed.
* include/grub/lib/crc.h: Removed.
* Makefile.util.def (crc): Remove lib/crc.c
* grub-core/Makefile.core.def (libgrub.a): Remove grub-core/lib/crc.c.
* util/grub-fstest.c (cmd_crd): Use libgcrypt crc implementation.
* Makefile.util.def (libgrub.a): Add grub-core/lib/libgcrypt-grub/cipher/crc.c.
* Makefile.util.def (grub-fstest): Add CFLAGS_GCRY to cflags.
* Makefile.util.def (grub-fstest): Add CPPFLAGS_GCRY to cppflags.
* grub-core/efiemu/prepare.c (grub_efiemu_crc): Use libgcrypt crc implementation.
ChangeLog
Makefile.util.def
grub-core/Makefile.core.def
grub-core/commands/crc.c [deleted file]
grub-core/commands/hashsum.c
grub-core/efiemu/prepare.c
grub-core/lib/crc.c [deleted file]
include/grub/lib/crc.h [deleted file]
util/grub-fstest.c