lib: rsa: rsa-sign: Minor bug in debug message
authorChan, Donald <hoiho@lab126.com>
Mon, 19 Jul 2021 16:18:54 +0000 (09:18 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 29 Jul 2021 00:46:34 +0000 (20:46 -0400)
commit6d59ace988fdc1bb9f52ab70e21af0d40380c3f3
tree007f6c0f9940b2b297f31de3afeeeaf484a36ed3
parent0eadb2b2da9ef7fccd39b22487a1de581f37330a
lib: rsa: rsa-sign: Minor bug in debug message

*sig_size isn't set until later so use the correct variables.

Signed-off-by: Donald Chan <hoiho@lab126.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/rsa/rsa-sign.c