40c47d7eed
Copy from devel:openSUSE:Factory/grub2 based on submit request 34740 from user a_jaeger OBS-URL: https://build.opensuse.org/request/show/34740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=2
18 lines
450 B
Diff
18 lines
450 B
Diff
Index: lib/libgcrypt-grub/cipher/camellia.c
|
|
===================================================================
|
|
--- lib/libgcrypt-grub/cipher/camellia.c.orig
|
|
+++ lib/libgcrypt-grub/cipher/camellia.c
|
|
@@ -25,11 +25,9 @@
|
|
* http://info.isl.ntt.co.jp/crypt/eng/camellia/specifications.html
|
|
*/
|
|
|
|
-
|
|
+#include "memory.h"
|
|
#include "camellia.h"
|
|
|
|
-/* u32 must be 32bit word */
|
|
-typedef unsigned int u32;
|
|
typedef unsigned char u8;
|
|
|
|
/* key constants */
|