+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
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")