mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
memory reductions
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@131 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -163,6 +163,8 @@ struct _SSL
|
||||
int16_t hs_status;
|
||||
uint8_t *all_pkts;
|
||||
int all_pkts_len;
|
||||
MD5_CTX md5_ctx;
|
||||
SHA1_CTX sha1_ctx;
|
||||
int client_fd;
|
||||
const cipher_info_t *cipher_info;
|
||||
uint8_t *final_finish_mac;
|
||||
|
Reference in New Issue
Block a user