From db1709b389eb3b2ea044f660427683ef942f126c Mon Sep 17 00:00:00 2001 From: David Cooper Date: Fri, 4 Nov 2016 14:27:50 -0400 Subject: [PATCH] Fix alignment in run_allciphers() This commit makes no changes to the code, it just corrects the indentation. --- testssl.sh | 126 ++++++++++++++++++++++++++--------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/testssl.sh b/testssl.sh index d1ba2b3..4201680 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2051,70 +2051,70 @@ run_allciphers() { done for (( bundle_size/=4; bundle_size>=1; bundle_size/=4 )); do - # Note that since the number of ciphers isn't a power of 4, the number - # of bundles may be may be less than 4**(round_num+1), and the final - # bundle may have fewer than bundle_size ciphers. - num_bundles=$nr_ciphers/$bundle_size - mod_check=$nr_ciphers%$bundle_size - [[ $mod_check -ne 0 ]] && num_bundles=$num_bundles+1 - for ((i=0;i$TMPFILE 2>$ERRFILE $TMPFILE 2>$ERRFILE $TMPFILE 2>$ERRFILE $TMPFILE 2>$ERRFILE