components/openssl: ssl port use esp32_idf default

This commit is contained in:
Dong Heng
2016-11-01 13:10:56 +08:00
parent 16a4d56fe5
commit 8d1f360ca6

View File

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