From 6492954735cc2fe446e604884052621020f7b473 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Mon, 19 Dec 2016 16:59:27 -0500 Subject: [PATCH] Fix alignment --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index 3a01050..1a0c197 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4517,8 +4517,8 @@ run_server_preference() { [[ ${cipher[i]} == "0000" ]] && cipher[i]="" # Hack! [[ $DEBUG -ge 2 ]] && outln "Default cipher for ${proto[i]}: ${cipher[i]}" else - proto[i]="" - cipher[i]="" + proto[i]="" + cipher[i]="" fi fi i=$(($i + 1))