mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <sha@pengutronix.de>
To: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] fixup! pbl: export pbl_barebox_verify
Date: Mon, 22 Aug 2022 10:52:34 +0200	[thread overview]
Message-ID: <20220822085234.GF17485@pengutronix.de> (raw)
In-Reply-To: <20220821132858.501018-1-a.fatoum@pengutronix.de>

On Sun, Aug 21, 2022 at 03:28:58PM +0200, Ahmad Fatoum wrote:
> crypto: digest: always export functions for PBL
> 
> We already build the digest functions for PBL, but the configuration may
> lack CONFIG_DIGEST, which leads to compile errors due to clashes between
> the static inline helpers and the actual definitions. Fix this.
> 
> Reported-by: Antony Pavlov <antonynpavlov@gmail.com>
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
>  include/digest.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks

Sascha

> 
> diff --git a/include/digest.h b/include/digest.h
> index e4a521696434..b984d57d778e 100644
> --- a/include/digest.h
> +++ b/include/digest.h
> @@ -76,7 +76,7 @@ struct digest {
>  /*
>   * digest functions
>   */
> -#ifdef CONFIG_DIGEST
> +#if defined(CONFIG_DIGEST) || defined(__PBL__)
>  int digest_algo_register(struct digest_algo *d);
>  void digest_algo_unregister(struct digest_algo *d);
>  void digest_algo_prints(const char *prefix);
> -- 
> 2.30.2
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



      reply	other threads:[~2022-08-22  9:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-21 13:28 Ahmad Fatoum
2022-08-22  8:52 ` Sascha Hauer [this message]

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=20220822085234.GF17485@pengutronix.de \
    --to=sha@pengutronix.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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