don't limit client specific RC4 Only to servers with multiple ciphers

This commit is contained in:
Hubert Kario 2015-03-31 23:51:43 +02:00
parent 37f1d15af1
commit c55d8166c5
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ for r,d,flist in os.walk(path):
client_selected_cipherstats[client_name][client_selected[client_name]] += 1
if client_RC4_Only[client_name] and ciphertypes != 1:
if client_RC4_Only[client_name]:
cipherstats['x:' + client_name + ' RC4 Only'] += 1
for cipher in temp_client_incompat[client_name]:
client_RC4_Only_cipherstats[client_name][cipher] += 1