From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] lib/rsa/rsa-sig.c: compile on OS X
Date: Sun, 30 Jun 2013 13:15:04 +0200 [thread overview]
Message-ID: <1372590906-75089-2-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <1372590906-75089-1-git-send-email-andreas.devel@googlemail.com>
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>
---
Supersedes http://patchwork.ozlabs.org/patch/255283/
lib/rsa/rsa-sign.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/rsa/rsa-sign.c b/lib/rsa/rsa-sign.c
index a75ae24..e30d8ca 100644
--- a/lib/rsa/rsa-sign.c
+++ b/lib/rsa/rsa-sign.c
@@ -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>
--
1.8.3.1
next prev parent reply other threads:[~2013-06-30 11:15 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-30 11:15 [U-Boot] [PATCH 0/3] Adopt u-boot build to OS X Andreas Bießmann
2013-06-30 11:15 ` Andreas Bießmann [this message]
2013-07-01 18:58 ` [U-Boot] [PATCH 1/3] lib/rsa/rsa-sig.c: compile on " Lubomir Popov
2013-07-03 14:15 ` Simon Glass
2013-06-30 11:15 ` [U-Boot] [PATCH 2/3] tools/proftool: add missing definition Andreas Bießmann
2013-07-01 18:45 ` Jeroen Hofstee
2013-07-01 20:12 ` Jeroen Hofstee
2013-07-02 6:39 ` Andreas Bießmann
2013-07-01 18:59 ` Lubomir Popov
2013-06-30 11:15 ` [U-Boot] [PATCH 3/3] Makefile: fix readelf usage Andreas Bießmann
2013-07-01 19:00 ` Lubomir Popov
2013-07-04 12:09 ` Albert ARIBAUD
2013-07-04 13:25 ` Andreas Bießmann
2013-07-04 14:02 ` Albert ARIBAUD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1372590906-75089-2-git-send-email-andreas.devel@googlemail.com \
--to=andreas.devel@googlemail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox