]> Git Repo - J-u-boot.git/commit
lib: ecdsa: Remove #ifdefs from ecdsa.h
authorAlexandru Gagniuc <[email protected]>
Wed, 14 Jul 2021 22:05:42 +0000 (17:05 -0500)
committerTom Rini <[email protected]>
Fri, 16 Jul 2021 19:39:29 +0000 (15:39 -0400)
commit820c4968c3f5a3440344ca5ec51ccfb9271d05ac
tree2611d6a609829a92591fcaa6f9d10a2d884f8e43
parent24cee49fccf0ea699f044518f2672eeb7b9b7475
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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
include/u-boot/ecdsa.h
This page took 0.034657 seconds and 4 git commands to generate.