Merge pull request #5894 from Xeenych/patch-1
Reduce RAM - move some variables to .rodata
This commit is contained in:
commit
501fb3abf3
1 changed files with 1 additions and 1 deletions
|
@ -4973,7 +4973,7 @@ static uint16_t ssl_preset_default_groups[] = {
|
|||
MBEDTLS_SSL_IANA_TLS_GROUP_NONE
|
||||
};
|
||||
|
||||
static int ssl_preset_suiteb_ciphersuites[] = {
|
||||
static const int ssl_preset_suiteb_ciphersuites[] = {
|
||||
MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
|
||||
MBEDTLS_TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384,
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue