1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00
This commit is contained in:
Slavey Karadzhov
2016-02-19 11:41:45 +01:00
parent 885ff3e8f0
commit 63da8991c2
4 changed files with 44 additions and 0 deletions

View File

@ -198,6 +198,7 @@ struct _SSL
uint8_t read_sequence[8]; /* 64 bit sequence number */
uint8_t write_sequence[8]; /* 64 bit sequence number */
uint8_t hmac_header[SSL_RECORD_SIZE]; /* rx hmac */
const char host_name[255]; /* Needed for the SNI support */
};
typedef struct _SSL SSL;