Преглед изворни кода

Fix build issues for implicit declaration for `esp_fill_random`

Mahavir Jain пре 4 година
родитељ
комит
5ca79a00dd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      components/mbedtls/test/test_ecp.c

+ 1 - 1
components/mbedtls/test/test_ecp.c

@@ -10,7 +10,7 @@
 #include <string.h>
 #include <stdio.h>
 #include <stdbool.h>
-#include <esp_system.h>
+#include <esp_random.h>
 
 /* ToDo - Remove this once appropriate solution is available.
 We need to define this for the file as ssl_misc.h uses private structures from mbedtls,