]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lib/rsa/rsa-sig.c: compile on OS X
authorAndreas Bießmann <andreas.devel@googlemail.com>
Tue, 2 Jul 2013 06:37:35 +0000 (08:37 +0200)
committerTom Rini <trini@ti.com>
Wed, 3 Jul 2013 13:35:30 +0000 (09:35 -0400)
commit1a260fe3efc1a42332480bb9aa6e6703af79f267
treeb2e3f681d1a308be24926348f8b32e86ba9520e0
parent9df49553a462f38341d2613f2635064f34f156a0
lib/rsa/rsa-sig.c: compile on OS X

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.devel@googlemail.com>
Acked-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Tested-by: Lubomir Popov <lpopov@mm-sol.com>
lib/rsa/rsa-sign.c