lib: rsa: Add debug message on algo mismatch
authorSean Anderson <sean.anderson@seco.com>
Tue, 16 Feb 2021 16:40:15 +0000 (11:40 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commit8f684bc12034721585f6412e39155898c8db3d65
treea89e111a72dd50a5f4f428db06b88e79efe54e26
parent9abe5e68033dab0d521475090ffd0cef9cb2c581
lib: rsa: Add debug message on algo mismatch

Currently we fail silently if there is an algorithm mismatch. To help
distinguish this failure condition.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
lib/rsa/rsa-verify.c