mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-06 12:02:59 +02:00
Fix alignment
This commit is contained in:
@ -4517,8 +4517,8 @@ run_server_preference() {
|
|||||||
[[ ${cipher[i]} == "0000" ]] && cipher[i]="" # Hack!
|
[[ ${cipher[i]} == "0000" ]] && cipher[i]="" # Hack!
|
||||||
[[ $DEBUG -ge 2 ]] && outln "Default cipher for ${proto[i]}: ${cipher[i]}"
|
[[ $DEBUG -ge 2 ]] && outln "Default cipher for ${proto[i]}: ${cipher[i]}"
|
||||||
else
|
else
|
||||||
proto[i]=""
|
proto[i]=""
|
||||||
cipher[i]=""
|
cipher[i]=""
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
i=$(($i + 1))
|
i=$(($i + 1))
|
||||||
|
Reference in New Issue
Block a user