Merge pull request #338 from dcooper16/neat_list_bugfix

Fix typo in neat_list()
This commit is contained in:
Dirk Wetter 2016-04-08 21:57:47 +02:00
commit e7c27a6dbe
1 changed files with 1 additions and 1 deletions

View File

@ -1502,7 +1502,7 @@ neat_list(){
done
fi
#echo "${#kx}" # should be always 20 / 13
printf -- " %-7s %-30s %-10s %-11s%-11s${ADD_RFC_STR:+ %-48s}${SHOW_EACH_C:+ %-0s}" "$hexcode" "$ossl_cipher" "$kx" "$enc" "$strength" "$(show_rfc_style "$HEXC")"
printf -- " %-7s %-30s %-10s %-11s%-11s${ADD_RFC_STR:+ %-48s}${SHOW_EACH_C:+ %-0s}" "$hexcode" "$ossl_cipher" "$kx" "$enc" "$strength" "$(show_rfc_style "$hexcode")"
}
test_just_one(){