]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
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)
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

index a75ae245ef121dc748da229cdea9260050b69969..e30d8ca847c1022622fe6adc7010644d2318aa69 100644 (file)
@@ -20,7 +20,6 @@
 #include "mkimage.h"
 #include <stdio.h>
 #include <string.h>
 #include "mkimage.h"
 #include <stdio.h>
 #include <string.h>
-#include <error.h>
 #include <image.h>
 #include <time.h>
 #include <openssl/rsa.h>
 #include <image.h>
 #include <time.h>
 #include <openssl/rsa.h>