]> git.baikalelectronics.ru Git - uboot.git/commit
image: image-sig.c: Remove crypto_algos array
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Wed, 14 Jul 2021 22:05:41 +0000 (17:05 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 16 Jul 2021 19:39:28 +0000 (15:39 -0400)
commit4eae5428c1685f8b853cd11493ffcfcd7daca93b
tree532dc102f49d06cc09508c08e6d5454bcfa7d2ef
parent46dbd3b0bd17d02740b181ae23a680b08230074b
image: image-sig.c: Remove crypto_algos array

Crytographic algorithms (currently RSA), are stored in linker lists.
The crypto_algos array is unused, so remove it, and any logic
associated with it.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/image-sig.c