mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-23 16:22:57 +00:00
This patch fixes an issue we encountered with more stringent compiler warnings. The signature_is_good variable has a possibility of being used uninitialized. This patch moves the use of the variable to a place where it cannot be used while uninitialized. Signed-off-by: Andy Gross <andy.gross@linaro.org>
168 KiB
168 KiB