polishing output for #413

This commit is contained in:
Dirk 2016-07-11 18:44:28 +02:00
parent 400e969585
commit 5f47359291

View File

@ -4579,7 +4579,7 @@ run_pfs() {
fi
fi
if $ecdhe_offered; then
if "$ecdhe_offered"; then
# find out what elliptic curves are supported.
curves_offered=""
for curve in "${curves[@]}"; do
@ -4590,7 +4590,7 @@ run_pfs() {
done
if [[ -n "$curves_offered" ]]; then
pr_bold " Elliptic curves offered: "; outln "$curves_offered"
fileout "ecdhe_curves" "INFO" "Elliptic curves offered: $curves_offered"
fileout "ecdhe_curves" "INFO" "Elliptic curves offered $curves_offered"
fi
fi
outln
@ -8286,4 +8286,4 @@ fi
exit $?
# $Id: testssl.sh,v 1.523 2016/07/11 14:20:35 dirkw Exp $
# $Id: testssl.sh,v 1.524 2016/07/11 16:44:27 dirkw Exp $