From patchwork Sun Jun 30 11:15:04 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [U-Boot,1/3] lib/rsa/rsa-sig.c: compile on OS X X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 255877 Message-Id: <1372590906-75089-2-git-send-email-andreas.devel@googlemail.com> To: u-boot@lists.denx.de Date: Sun, 30 Jun 2013 13:15:04 +0200 From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= List-Id: U-Boot discussion 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 Tested-by: Lubomir Popov Reviewed-by: Simon Glass #include -#include #include #include #include