[PATCH RFC 08/10] lib: rsa: Remove #ifdefs from rsa.h
Simon Glass
sjg at chromium.org
Sat May 15 17:20:18 CEST 2021
On Fri, 14 May 2021 at 13:46, Alexandru Gagniuc <mr.nuke.me at gmail.com> wrote:
>
> It is no longer necessary to implement rsa_() functions as no-ops
> depending on config options. It is merely sufficient to provide the
> prototypes, as the rsa code is no longer linked when unused.
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
> ---
> include/u-boot/rsa.h | 47 --------------------------------------------
> 1 file changed, 47 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list