blob: fe62c28edc53c4fe146b0143f8da71edb32089e1 [file] [log] [blame]
Bugfix
* Fix mbedtls_ctr_drbg_free() on an initialized but unseeded context. When
MBEDTLS_AES_ALT is enabled, it could call mbedtls_aes_free() on an
uninitialized context.