1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-13 13:01:55 +03:00

Remove unused include time.h from ssl.h

This include is not used by ssl.h but can be annoying.
If there is need for time.h it should be located in the esp8266 tree.
This commit is contained in:
Juppit
2015-09-15 23:46:15 +02:00
parent c528a44f1a
commit 6d6a26aea0

View File

@ -67,8 +67,6 @@
extern "C" {
#endif
#include <time.h>
/* need to predefine before ssl_lib.h gets to it */
#define SSL_SESSION_ID_SIZE 32