* util/import_gcry.py: Don't add include camellia.h to camellia.c. It's

already there.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-15 20:32:02 +01:00
parent 70ffcc93ee
commit ff6b18b618
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* util/import_gcry.py: Don't add include camellia.h to camellia.c. It's
already there.
2011-12-15 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkimage.c (generate_image): Clean multiboot header to avoid

View File

@ -105,8 +105,6 @@ for cipher_file in cipher_files:
fw.write ("/* This file was automatically imported with \n")
fw.write (" import_gcry.py. Please don't modify it */\n")
fw.write ("#include <grub/dl.h>\n")
if cipher_file == "camellia.c":
fw.write ("#include \"camellia.h\"\n")
if cipher_file == "camellia.h":
fw.write ("#include <grub/misc.h>\n")
fw.write ("void camellia_setup128(const unsigned char *key, grub_uint32_t *subkey);\n")