mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00:00
Make more room for ciphersuites
This commit is contained in:
parent
acc7505a35
commit
57a8783364
@ -160,7 +160,7 @@ static const int ciphersuite_preference[] =
|
||||
0
|
||||
};
|
||||
|
||||
#define MAX_CIPHERSUITES 60
|
||||
#define MAX_CIPHERSUITES 128
|
||||
static int supported_ciphersuites[MAX_CIPHERSUITES];
|
||||
static int supported_init = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user