trivial change to array size

This commit is contained in:
Mitchell Livingston 2009-11-29 00:04:29 +00:00
parent 87823ba99c
commit 4e615c55a0
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ static uint32_t
getCryptoSelect( const tr_handshake * handshake,
uint32_t crypto_provide )
{
uint32_t choices[4];
uint32_t choices[2];
int i, nChoices = 0;
switch( handshake->encryptionMode )