mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-24 12:09:54 +00:00
Add const to move variables to .rodata section
Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
committed by
David Horstmann
parent
52f83dc471
commit
2ca343796d
+1
-1
@@ -4348,7 +4348,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
|
||||
|
||||
Reference in New Issue
Block a user