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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user