1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-23 08:36:05 +02:00

Merge pull request from dcooper16/parse_tls_serverhello_bugfix

Remove extra line break in debugging output
This commit is contained in:
Dirk Wetter 2017-07-13 09:10:30 +02:00 committed by GitHub
commit 413751c806

@ -7686,7 +7686,7 @@ parse_tls_serverhello() {
if [[ $DEBUG -ge 3 ]]; then
echo " protocol (rec. layer): 0x$tls_protocol"
echo " tls_content_type: 0x$tls_content_type"
echo -n " tls_content_type: 0x$tls_content_type"
case $tls_content_type in
15) tmln_out " (alert)" ;;
16) tmln_out " (handshake)" ;;