From 4e615c55a0165b94f1303e43d00538fe1a6eeda7 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 29 Nov 2009 00:04:29 +0000 Subject: [PATCH] trivial change to array size --- libtransmission/handshake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/handshake.c b/libtransmission/handshake.c index 9174f3568..3d87f0e49 100644 --- a/libtransmission/handshake.c +++ b/libtransmission/handshake.c @@ -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 ) -- 2.40.0