trivial change to array size
This commit is contained in:
parent
87823ba99c
commit
4e615c55a0
|
@ -375,7 +375,7 @@ static uint32_t
|
||||||
getCryptoSelect( const tr_handshake * handshake,
|
getCryptoSelect( const tr_handshake * handshake,
|
||||||
uint32_t crypto_provide )
|
uint32_t crypto_provide )
|
||||||
{
|
{
|
||||||
uint32_t choices[4];
|
uint32_t choices[2];
|
||||||
int i, nChoices = 0;
|
int i, nChoices = 0;
|
||||||
|
|
||||||
switch( handshake->encryptionMode )
|
switch( handshake->encryptionMode )
|
||||||
|
|
Loading…
Reference in New Issue