Re: [U-Boot] [PATCH] lib/rsa/rsa-sig.c: compile on OS X

2013-06-30 Thread Andreas Bießmann
superseded by http://patchwork.ozlabs.org/patch/255877/ On 28.06.13 09:00, Andreas Bießmann wrote: Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or

[U-Boot] [PATCH] lib/rsa/rsa-sig.c: compile on OS X

2013-06-28 Thread Andreas Bießmann
Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory ---8--- Signed-off-by: Andreas Bießmann andreas.de...@googlemail.com --- At least rsa-sig