mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-10-31 05:45:26 +01:00 
			
		
		
		
	Remove redundant newlines
This commit is contained in:
		| @@ -2455,7 +2455,7 @@ run_spdy() { | |||||||
|  |  | ||||||
|      pr_bold " SPDY/NPN   " |      pr_bold " SPDY/NPN   " | ||||||
|      if ! spdy_pre ; then |      if ! spdy_pre ; then | ||||||
|           outln "\n" |           outln | ||||||
|           return 0 |           return 0 | ||||||
|      fi |      fi | ||||||
|      $OPENSSL s_client -connect $NODEIP:$PORT $BUGS $SNI -nextprotoneg $NPN_PROTOs </dev/null 2>$ERRFILE >$TMPFILE |      $OPENSSL s_client -connect $NODEIP:$PORT $BUGS $SNI -nextprotoneg $NPN_PROTOs </dev/null 2>$ERRFILE >$TMPFILE | ||||||
| @@ -2488,7 +2488,7 @@ run_http2() { | |||||||
|  |  | ||||||
|      pr_bold " HTTP2/ALPN " |      pr_bold " HTTP2/ALPN " | ||||||
|      if ! http2_pre ; then |      if ! http2_pre ; then | ||||||
|           outln "\n" |           outln | ||||||
|           return 0 |           return 0 | ||||||
|      fi |      fi | ||||||
|      for proto in $ALPN_PROTOs; do |      for proto in $ALPN_PROTOs; do | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Laine Gholson
					Laine Gholson