* util/import_gcry.py: Don't add include camellia.h to camellia.c. It's
already there.
This commit is contained in:
parent
70ffcc93ee
commit
ff6b18b618
2 changed files with 5 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue