commit | 081a61ef2ff87a3dda4d5f4936e806e219a03c04 | [log] [tgz] |
---|---|---|
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | Wed Jul 14 17:05:42 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 16 15:39:29 2021 -0400 |
tree | 2611d6a609829a92591fcaa6f9d10a2d884f8e43 | |
parent | cd8f12b6a11cf3564c5e3aa21db0c98e038461b9 [diff] |
lib: ecdsa: Remove #ifdefs from ecdsa.h It is no longer necessary to implement ecdsa_() functions as no-ops depending on config options. It is merely sufficient to provide the prototypes, as the ecdsa code is no longer linked when unused. Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>