remark4default_cipher in fileout fixed

This commit is contained in:
Dirk 2016-12-28 23:57:37 +01:00
parent fd7cd54ca1
commit dacb1611c4

View File

@ -3688,7 +3688,7 @@ run_server_preference() {
;;
*RC4*)
pr_svrty_high "$default_cipher"
fileout "order_cipher" "NOT ok" "Default cipher: $default_cipher$(read_dhbits_from_file "$TMPFILE") (NOT ok) remark4default_cipher"
fileout "order_cipher" "NOT ok" "Default cipher: $default_cipher$(read_dhbits_from_file "$TMPFILE") (NOT ok) $remark4default_cipher"
;;
*CBC*)
pr_svrty_medium "$default_cipher"
@ -3781,7 +3781,7 @@ run_server_preference() {
fi
fi
fi
fileout "order_${proto[i]}_cipher" "INFO" "Default cipher on ${proto[i]}: ${cipher[i]}remark4default_cipher"
fileout "order_${proto[i]}_cipher" "INFO" "Default cipher on ${proto[i]}: ${cipher[i]} $remark4default_cipher"
done
fi
fi