@@ -13,6 +13,9 @@
// limitations under the License.
#include "ssl_port.h"
+
+#ifdef ESP32_IDF_PLATFORM
#include "string.h"
#include "malloc.h"
@@ -59,3 +62,5 @@ void ssl_speed_up_exit(void)
}
+#endif