mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
dir changes - things are broken at the moment
git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@116 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
@ -29,6 +29,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#include "version.h"
|
||||
#include "crypto.h"
|
||||
#include "crypto_misc.h"
|
||||
|
||||
/* Mutexing definitions */
|
||||
#if defined(CONFIG_SSL_CTX_MUTEXING)
|
||||
@ -156,6 +158,7 @@ struct _SSL
|
||||
uint8_t record_type;
|
||||
uint8_t chain_length;
|
||||
uint8_t cipher;
|
||||
uint8_t sess_id_size;
|
||||
int16_t next_state;
|
||||
int16_t hs_status;
|
||||
uint8_t *all_pkts;
|
||||
|
Reference in New Issue
Block a user