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>
This commit is contained in:
parent
9df49553a4
commit
1a260fe3ef
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
#include "mkimage.h"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <error.h>
|
||||
#include <image.h>
|
||||
#include <time.h>
|
||||
#include <openssl/rsa.h>
|
||||
|
|
Loading…
Reference in a new issue