Commit 1a260fe3efc1a42332480bb9aa6e6703af79f267

Authored by Andreas Bießmann
Committed by Tom Rini
1 parent 9df49553a4

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -20,7 +20,6 @@
20 20 #include "mkimage.h"
21 21 #include <stdio.h>
22 22 #include <string.h>
23   -#include <error.h>
24 23 #include <image.h>
25 24 #include <time.h>
26 25 #include <openssl/rsa.h>