fix cipherscan human-readable output - pfs_keysize option

This commit is contained in:
Hubert Kario 2014-05-30 11:49:44 +02:00
parent 2f56f0515e
commit ee81927200
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ display_results_in_terminal() {
echo $result|grep -v '(NONE)'
else
# prints priority, ciphersuite, protocols and pfs_keysize
echo $result|grep -v '(NONE)'|awk '{print $1 " " $2 " " $3 " " $8}'
echo $result|grep -v '(NONE)'|awk '{print $1 " " $2 " " $3 " " $9}'
fi
done|column -t
echo