mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:38:15 +00:00
Make more room for ciphersuites
This commit is contained in:
parent
acc7505a35
commit
57a8783364
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ static const int ciphersuite_preference[] =
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_CIPHERSUITES 60
|
#define MAX_CIPHERSUITES 128
|
||||||
static int supported_ciphersuites[MAX_CIPHERSUITES];
|
static int supported_ciphersuites[MAX_CIPHERSUITES];
|
||||||
static int supported_init = 0;
|
static int supported_init = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue