mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 05:13:40 +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…
Reference in New Issue
Block a user