mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 23:28:15 +00:00
components/mbedtls: MBEDTLS Handshake result check
modify esp_config.h add some feature for support http2.0 protocol, TLS Handshake OK.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#ifndef ESP_AES_H
|
||||
#define ESP_AES_H
|
||||
|
||||
#include "c_types.h"
|
||||
#include "esp_types.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "rom/aes.h"
|
||||
|
||||
@@ -41,8 +41,8 @@ extern "C" {
|
||||
|
||||
typedef struct{
|
||||
bool flag;
|
||||
uint16 keybites;
|
||||
uint8 key[32];
|
||||
uint16_t keybites;
|
||||
uint8_t key[32];
|
||||
}key_context, KEY_CTX;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user