From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iCksm-0002LO-SE for barebox@lists.infradead.org; Tue, 24 Sep 2019 13:29:34 +0000 From: Bastian Krause Date: Tue, 24 Sep 2019 15:29:15 +0200 Message-Id: <20190924132918.28710-2-bst@pengutronix.de> In-Reply-To: <20190924132918.28710-1-bst@pengutronix.de> References: <20190924132918.28710-1-bst@pengutronix.de> MIME-Version: 1.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v3 1/4] digest.h: needs errno definitions To: barebox@lists.infradead.org Cc: Juergen Borleis , Bastian Krause From: Juergen Borleis digest_set_key() returns -ENOTSUPP conditionally, so include errno.h. Fixes: 2f3c3f512b ("digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512") Signed-off-by: Juergen Borleis Signed-off-by: Bastian Krause --- include/digest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/digest.h b/include/digest.h index 474bdd160a..176084146b 100644 --- a/include/digest.h +++ b/include/digest.h @@ -20,6 +20,7 @@ #define __DIGEST_H__ #include +#include struct digest; -- 2.23.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox