commit | 81225fde4dffc0549af635ee3bb4cb79e1e05cc0 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Wed Jul 14 17:05:43 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 15:39:29 2021 -0400 |
tree | cabe37adb11a7e9a41797f403fe827078e685a49 | |
parent | 081a61ef2ff87a3dda4d5f4936e806e219a03c04 [diff] |
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>