lib: rsa: Remove #ifdefs from rsa.h
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Wed, 14 Jul 2021 22:05:43 +0000 (17:05 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jul 2021 19:39:29 +0000 (15:39 -0400)
commit92c960bc1d4c8f702171fea0d87e86f317d4b597
treecabe37adb11a7e9a41797f403fe827078e685a49
parent820c4968c3f5a3440344ca5ec51ccfb9271d05ac
lib: rsa: Remove #ifdefs from rsa.h

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@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/u-boot/rsa.h