mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-26 10:10:06 +00:00
In commit 02d2903e39, mbedtls was
updated to release v2.16.5, where it was made mandatory to initialize
mbedtls_ctr_drbg_context before using same. It was fixed in wpa supplicant
but missed out in secure boot v2 verification code. This commit
fixes that.