commit | 811863ce9bd04466ea7f1db974f8967cc3dc2c6d | [log] [tgz] |
---|---|---|
author | Haijun Qin <qinhaijun@eswincomputing.com> | Tue Dec 06 15:41:37 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 11 11:54:50 2023 -0500 |
tree | d81e421922054e2553075fe3a82bde458cb4238b | |
parent | 723d09039ce1d5787fa8c309d80d8419153b9938 [diff] |
lib: rsa: cosmetic: fix building warning add initialization of variable 'node',this can aviod the building warning: 'node' may be used uninitialized [-Wmaybe-uninitialized] Signed-off-by: Haijun Qin <qinhaijun@eswincomputing.com> Reviewed-by: Simon Glass <sjg@chromium.org>