From 2ee021d337e141ba67bd4e8d751461a29d04f53c Mon Sep 17 00:00:00 2001 From: b1gb1t Date: Tue, 16 Feb 2016 09:54:01 +0100 Subject: [PATCH] Correction of line 3607: new line (\n) corrupted the json format --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 2ee8b96..74de473 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3604,7 +3604,7 @@ run_http2() { done if $had_alpn_proto; then outln " (offered)" - fileout "https_alpn" "INFO" "HTTP2/ALPN : offered\nProtocols: $alpn_finding" + fileout "https_alpn" "INFO" "HTTP2/ALPN : offered; Protocols: $alpn_finding" ret=0 else outln "not offered"