]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/import_gcry.py: Don't add include camellia.h to camellia.c. It's
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 15 Dec 2011 19:32:02 +0000 (20:32 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 15 Dec 2011 19:32:02 +0000 (20:32 +0100)
already there.

ChangeLog
util/import_gcry.py

index d7c458d1548f826404b2a043e6535f28d75c3365..d7523e116cc4fdbca3223c531352848e468ce72a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index ec34d16b5985fb69dad8db6761c76fecde5bec52..ae9602db49122626f994438f8da77226848f194b 100644 (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")