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

made inc ms5/sha1 a tmp

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@134 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2007-10-03 22:10:21 +00:00
parent 5094c5e81c
commit 6afb2ce28b
4 changed files with 20 additions and 8 deletions

View File

@ -163,8 +163,8 @@ struct _SSL
int16_t hs_status;
uint8_t *all_pkts;
int all_pkts_len;
MD5_CTX md5_ctx;
SHA1_CTX sha1_ctx;
MD5_CTX *md5_ctx;
SHA1_CTX *sha1_ctx;
int client_fd;
const cipher_info_t *cipher_info;
uint8_t *final_finish_mac;