mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
c2a2c83278
Change parameter type to avoid compilation error:
In file included from ./tools/../lib/rsa/rsa-verify.c:23:0,
from tools/lib/rsa/rsa-verify.c:1:
include/u-boot/rsa-mod-exp.h:69:18: error: unknown type name ‘u32’; did you mean ‘__u32’?
int zynq_pow_mod(u32 *keyptr, u32 *inout);
^~~
__u32
include/u-boot/rsa-mod-exp.h:69:31: error: unknown type name ‘u32’; did you mean ‘__u32’?
int zynq_pow_mod(u32 *keyptr, u32 *inout);
^~~
__u32
Fixes:
|
||
---|---|---|
.. | ||
aes.h | ||
crc.h | ||
md5.h | ||
rsa-checksum.h | ||
rsa-mod-exp.h | ||
rsa.h | ||
sha1.h | ||
sha256.h | ||
sha512.h | ||
u-boot.lds.h | ||
variadic-macro.h | ||
zlib.h |