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)
commit24cee49fccf0ea699f044518f2672eeb7b9b7475
tree532dc102f49d06cc09508c08e6d5454bcfa7d2ef
parent6909edb4cedf90c7a1fb68302dc2cec6291a0fcd
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