mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	Remove extra line break in debugging output
A commit that was made on May 15 replaced a `tm_out` with `echo` rather than `echo -e` resulting in an extra line break.
This commit is contained in:
		@@ -7686,7 +7686,7 @@ parse_tls_serverhello() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
          if [[ $DEBUG -ge 3 ]]; then
 | 
					          if [[ $DEBUG -ge 3 ]]; then
 | 
				
			||||||
               echo  "     protocol (rec. layer):  0x$tls_protocol"
 | 
					               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
 | 
					               case $tls_content_type in
 | 
				
			||||||
                    15) tmln_out " (alert)" ;;
 | 
					                    15) tmln_out " (alert)" ;;
 | 
				
			||||||
                    16) tmln_out " (handshake)" ;;
 | 
					                    16) tmln_out " (handshake)" ;;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user