forked from espressif/esp-idf
components/openssl: ssl port use esp32_idf default
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user