1
0
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:
cameronrich
2007-10-01 21:49:12 +00:00
parent 91f0c4bec0
commit 18cde1355d
7 changed files with 48 additions and 25 deletions

View File

@ -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;