]> git.baikalelectronics.ru Git - uboot.git/commit
lib: ecdsa: Remove #ifdefs from ecdsa.h
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Wed, 14 Jul 2021 22:05:42 +0000 (17:05 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jul 2021 19:39:29 +0000 (15:39 -0400)
commita974a99110dc0f7d82dc282c5bb04b7326751c74
tree2611d6a609829a92591fcaa6f9d10a2d884f8e43
parent4eae5428c1685f8b853cd11493ffcfcd7daca93b
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>
include/u-boot/ecdsa.h