Merge branch 'feature/upgrade_mbedtls_to_v3.3' into 'release/v3.3'

mbedtls: upgrade to release v2.16.5 (v3.3)

See merge request espressif/esp-idf!7988
This commit is contained in:
Mahavir Jain
2020-04-07 12:10:07 +08:00
2 changed files with 6 additions and 5 deletions

View File

@@ -420,6 +420,7 @@ int crypto_ec_point_mul(struct crypto_ec *e, const struct crypto_ec_point *p,
mbedtls_ctr_drbg_context ctr_drbg;
mbedtls_entropy_init(&entropy);
mbedtls_ctr_drbg_init(&ctr_drbg);
MBEDTLS_MPI_CHK(mbedtls_ctr_drbg_seed(&ctr_drbg, mbedtls_entropy_func, &entropy,
NULL, 0));