forked from pool/grub2
Accepting request 34740 from devel:openSUSE:Factory
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
This commit is contained in:
committed by
Git OBS Bridge
parent
a32a645bb8
commit
689b3ecc34
17
gccwarn.patch
Normal file
17
gccwarn.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
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 */
|
Reference in New Issue
Block a user